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

CustomDrawDayNumberCellEventArgs.Today Property

Gets whether the painted cell corresponds to Today’s date.

Namespace: DevExpress.XtraEditors.Calendar

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public bool Today { get; }

Property Value

Type Description
Boolean

true, if the cell corresponds to Today’s date; otherwise, false.

See Also