Back to Devexpress

CustomDrawDayNumberCellEventArgs.Inactive Property

windowsforms-devexpress-dot-xtraeditors-dot-calendar-dot-customdrawdaynumbercelleventargs-4be54ca7.md

latest1.3 KB
Original Source

CustomDrawDayNumberCellEventArgs.Inactive Property

Gets whether the painted cell belongs to the previous or next month.

Namespace : DevExpress.XtraEditors.Calendar

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

true if the painted cells belongs to the previous or next month; otherwise, false.

|

See Also

CustomDrawDayNumberCellEventArgs Class

CustomDrawDayNumberCellEventArgs Members

DevExpress.XtraEditors.Calendar Namespace