Skip to main content

CustomDrawDayNumberCellEventArgs.State Property

Gets the current cell’s state.

Namespace: DevExpress.XtraEditors.Calendar

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public ObjectState State { get; set; }

Property Value

Type Description
DevExpress.Utils.Drawing.ObjectState

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

See Also