ASPxCalendar.CellDisabledStyle Property
Gets the style properties of the cells for which selection is disabled.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
CalendarElementStyle | A CalendarElementStyle object containing the style settings. |
Remarks
<dx:ASPxCalendar ID="calendar" runat="server">
<CellDisabledStyle BackColor="Red" />
<CellOtherPeriodStyle BackColor="YellowGreen" />
<CellOutOfRangeStyle BackColor="DarkBlue" />
<CellSelectedStyle BackColor="Aqua" />
<CellStyle BackColor="RosyBrown" />
</dx:ASPxCalendar>
See Also