Back to Devexpress

EditorStyles.CalendarDayOutOfRange Property

aspnet-devexpress-dot-web-dot-editorstyles-34b834b6.md

latest1.2 KB
Original Source

EditorStyles.CalendarDayOutOfRange Property

Gets the style settings that define the appearance of a calendar’s days that don’t belong to the date range allowed for selection.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDescription
CalendarElementStyle

A CalendarElementStyle object that contains the style settings.

|

See Also

EditorStyles Class

EditorStyles Members

DevExpress.Web Namespace