Skip to main content
A newer version of this page is available. .
Tab

CalendarProperties.MonthGridPaddings Property

Gets or sets a value specifying the amount of space around the month grid within the calendar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public Paddings MonthGridPaddings { get; }

Property Value

Type Description
Paddings

A Paddings object that contains padding settings.

Remarks

Note

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

See Also