Back to Devexpress

CustomDrawDayNumberCellEventArgs.Disabled Property

windowsforms-devexpress-dot-xtraeditors-dot-calendar-dot-customdrawdaynumbercelleventargs-636daf8c.md

latest1.5 KB
Original Source

CustomDrawDayNumberCellEventArgs.Disabled Property

Gets whether the painted cell is disabled.

Namespace : DevExpress.XtraEditors.Calendar

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

true if the painted cell is disabled; otherwise, false.

|

See Also

CalendarControlBase.DisableCalendarDate

RepositoryItemDateEdit.DisableCalendarDate

CustomDrawDayNumberCellEventArgs Class

CustomDrawDayNumberCellEventArgs Members

DevExpress.XtraEditors.Calendar Namespace