Skip to main content
Tab

CalendarProperties.MonthGridPaddings Property

Gets the amount of space around the month grid within the calendar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public Paddings MonthGridPaddings { get; }

Property Value

Type Description
Paddings

An object that contains padding settings.

Remarks

Note

The MonthGridPaddings property synchronizes its value with the editor’s ASPxCalendar.MonthGridPaddings property.

See Also