Back to Devexpress

CustomDrawDayNumberCellEventArgs.IsSpecial Property

windowsforms-devexpress-dot-xtraeditors-dot-calendar-dot-customdrawdaynumbercelleventargs-98b34192.md

latest1.5 KB
Original Source

CustomDrawDayNumberCellEventArgs.IsSpecial Property

Gets whether the cell corresponds to a “special” date.

Namespace : DevExpress.XtraEditors.Calendar

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public bool IsSpecial { get; }
vb
Public ReadOnly Property IsSpecial As Boolean

Property Value

TypeDescription
Boolean

true if the cell corresponds to a “special” date; otherwise, false.

|

See Also

CalendarControlBase.SpecialCalendarDate

RepositoryItemDateEdit.SpecialCalendarDate

CustomDrawDayNumberCellEventArgs Class

CustomDrawDayNumberCellEventArgs Members

DevExpress.XtraEditors.Calendar Namespace