CalendarHitInfo.HitTest Property
Gets a value which identifies the type of the visual element located under the test point.
Namespace: DevExpress.XtraEditors.Calendar
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
CalendarHitInfoType | A CalendarHitInfoType enumeration value that identifies the type of the visual element located under the test point. |
Available values:
Name | Description |
---|---|
Unknown | The type of the visual element is undefined. |
MonthNumber | |
DecMonth | |
IncMonth | |
DecYear | |
IncYear | |
EditMonth | |
EditYear | |
WeekNumber | |
LeftArrow | For internal use. |
RightArrow | For internal use. |
LeftArrow2 | For internal use. |
RightArrow2 | For internal use. |
Cell | For internal use. |
Caption | For internal use. |
CurrentDate | For internal use. |
Clear | For internal use. |
Ok | For internal use. |
Cancel | For internal use. |
Today | |
LeftScrollArea | For internal use. |
RightScrollArea | For internal use. |
See Also