Skip to main content

CustomDrawDayNumberCellEventArgs.Holiday Property

Gets whether the painted cell corresponds to Saturday or Sunday.

Namespace: DevExpress.XtraEditors.Calendar

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public bool Holiday { get; }

Property Value

Type Description
Boolean

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

See Also