Back to Devexpress

CustomDrawDayNumberCellEventArgs.Holiday Property

windowsforms-devexpress-dot-xtraeditors-dot-calendar-dot-customdrawdaynumbercelleventargs-60d65af0.md

latest1.3 KB
Original Source

CustomDrawDayNumberCellEventArgs.Holiday Property

Gets whether the painted cell corresponds to Saturday or Sunday.

Namespace : DevExpress.XtraEditors.Calendar

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

true if the painted cell corresponds to Saturday or Sunday; otherwise, false.

|

See Also

CustomDrawDayNumberCellEventArgs Class

CustomDrawDayNumberCellEventArgs Members

DevExpress.XtraEditors.Calendar Namespace