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

CalendarHitInfo.HitInfoType Property

Gets or sets whether the visual element located under the test point is in Normal, Hot, Pressed, Disabled or Selected state.

Namespace: DevExpress.XtraEditors.Calendar

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public ObjectState HitInfoType { get; set; }

Property Value

Type Description
DevExpress.Utils.Drawing.ObjectState

An DevExpress.Utils.Drawing.ObjectState enumeration value that specifies the state of visual element located under the test point.

See Also