Skip to main content
A newer version of this page is available. .
Tab

ASPxCalendar.CellStyle Property

Gets the style properties of the cells.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public CalendarElementStyle CellStyle { get; }

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>

ASPxCalendar-Styles

See Also