Back to Devexpress

ASPxCalendar.CellOutOfRangeStyle Property

aspnet-devexpress-dot-web-dot-aspxcalendar-02574548.md

latest1.6 KB
Original Source

ASPxCalendar.CellOutOfRangeStyle Property

Gets the style properties of the cells that are out of the specified range (ASPxCalendar.MinDate, ASPxCalendar.MaxDate).

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDescription
CalendarElementStyle

A CalendarElementStyle object containing the style settings.

|

Remarks

aspx
<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

ASPxCalendar Class

ASPxCalendar Members

DevExpress.Web Namespace