ASPxCalendar.CellDisabledStyle Property
In This Article
Gets the style properties of the cells for which selection is disabled.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public CalendarElementStyle CellDisabledStyle { get; }
#Property Value
Type | Description |
---|---|
Calendar |
A Calendar |
#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