CalendarProperties.MonthGridPaddings Property
Gets the amount of space around the month grid within the calendar.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
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