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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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