From 13ab16dc8c7dd139c2e0241d1b3bebe2d47d7013 Mon Sep 17 00:00:00 2001 From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com> Date: Wed, 28 Aug 2024 12:05:59 +0300 Subject: [PATCH] SEO-187685 ASPNET Missing H1 --- aspnet/DateRangePicker/customization.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/aspnet/DateRangePicker/customization.md b/aspnet/DateRangePicker/customization.md index 32bfdf670..1d665475c 100644 --- a/aspnet/DateRangePicker/customization.md +++ b/aspnet/DateRangePicker/customization.md @@ -1,18 +1,18 @@ --- layout: post -title: customization -description: customization +title: Customization in ASP.NET Web Forms DateRangePicker | Syncfusion +description: Learn here about customization support in Syncfusion ASP.NET Web Forms DateRangePicker control, its elements, and more. platform: aspnet control: DateRangePicker documentation: ug keywords: dimension, corners --- -## Customization +# Customization in ASP.NET Web Forms DateRangePicker With available flexible options customization of DateRangePicker will be easier. -### Setting Dimension +## Setting Dimension **Height** and **width** of the DateRangePicker can be changed using corresponding API (**Height,Width**) like below code examples.