Back to Devexpress

CustomDrawDayNumberCellEventArgs.Today Property

windowsforms-devexpress-dot-xtraeditors-dot-calendar-dot-customdrawdaynumbercelleventargs-7dd7684b.md

latest1.2 KB
Original Source

CustomDrawDayNumberCellEventArgs.Today Property

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

Namespace : DevExpress.XtraEditors.Calendar

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

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

|

See Also

CustomDrawDayNumberCellEventArgs Class

CustomDrawDayNumberCellEventArgs Members

DevExpress.XtraEditors.Calendar Namespace