Back to Devexpress

CustomDrawDayNumberCellEventArgs.State Property

windowsforms-devexpress-dot-xtraeditors-dot-calendar-dot-customdrawdaynumbercelleventargs-faacd55f.md

latest1.2 KB
Original Source

CustomDrawDayNumberCellEventArgs.State Property

Gets the current cell’s state.

Namespace : DevExpress.XtraEditors.Calendar

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public ObjectState State { get; set; }
vb
Public Property State As ObjectState

Property Value

TypeDescription
DevExpress.Utils.Drawing.ObjectState

The Normal, Hot, Pressed, Disabled or Selected state, or a combination of these states.

|

See Also

CustomDrawDayNumberCellEventArgs Class

CustomDrawDayNumberCellEventArgs Members

DevExpress.XtraEditors.Calendar Namespace