EditorStyles.CalendarCellOutOfRange Property
In This Article
Gets the style settings that define the appearance of cells that are out of the specified range (ASPxCalendar.MinDate, ASPxCalendar.MaxDate).
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public virtual CalendarElementStyle CalendarCellOutOfRange { get; }
#Property Value
Type | Description |
---|---|
Calendar |
A Calendar |
See Also