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

CustomDrawDayNumberCellEventArgs.State Property

Gets the current cell’s state.

Namespace: DevExpress.XtraEditors.Calendar

Assembly: DevExpress.XtraEditors.v19.2.dll

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