Skip to main content
A newer version of this page is available. .

CustomDrawDayNumberCellEventArgs.Holiday Property

Gets whether the painted cell corresponds to Saturday or Sunday.

Namespace: DevExpress.XtraEditors.Calendar

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public bool Holiday { get; }

Property Value

Type Description
Boolean

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

See Also