CalendarProperties.MonthGridPaddings Property
Gets the amount of space around the month grid within the calendar.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.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