Back to Devexpress

EditorStyles.CalendarCellOutOfRange Property

aspnet-devexpress-dot-web-dot-editorstyles-d5e96ca1.md

latest1.3 KB
Original Source

EditorStyles.CalendarCellOutOfRange Property

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual CalendarElementStyle CalendarCellOutOfRange { get; }
vb
Public Overridable ReadOnly Property CalendarCellOutOfRange As CalendarElementStyle

Property Value

TypeDescription
CalendarElementStyle

A CalendarElementStyle object that contains the style settings.

|

See Also

EditorStyles Class

EditorStyles Members

DevExpress.Web Namespace