Back to Devexpress

CalendarProperties.CellStyle Property

aspnet-devexpress-dot-web-dot-calendarproperties-081c3ec7.md

latest1.5 KB
Original Source

CalendarProperties.CellStyle Property

Gets the style properties of the cells.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public CalendarElementStyle CellStyle { get; }
vb
Public ReadOnly Property CellStyle As CalendarElementStyle

Property Value

TypeDescription
CalendarElementStyle

A CalendarElementStyle object containing the style settings.

|

Remarks

aspx
<dx:ASPxDateEdit runat="server" ID="dateEdit2" PickerType="Months">
    <CalendarProperties>
        <CellDisabledStyle BackColor="Red" />
        <CellOtherPeriodStyle BackColor="YellowGreen" />
        <CellOutOfRangeStyle BackColor="DarkBlue" />
        <CellSelectedStyle BackColor="Aqua" />
        <CellStyle BackColor="RosyBrown" />
    </CalendarProperties>
</dx:ASPxDateEdit>

See Also

CalendarProperties Class

CalendarProperties Members

DevExpress.Web Namespace