CalendarHitInfo.HitTest Property
In This Article
Gets a value which identifies the type of the visual element located under the test point.
Namespace: DevExpress.XtraEditors.Calendar
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public CalendarHitInfoType HitTest { get; set; }
#Property Value
Type | Description |
---|---|
Calendar |
A Calendar |
Available values:
Show 22 items
Name | Description |
---|---|
Unknown | The type of the visual element is undefined. |
Month |
|
Dec |
|
Inc |
|
Dec |
|
Inc |
|
Edit |
|
Edit |
|
Week |
|
Left |
For internal use. |
Right |
For internal use. |
Left |
For internal use. |
Right |
For internal use. |
Cell | For internal use. |
Caption | For internal use. |
Current |
For internal use. |
Clear | For internal use. |
Ok | For internal use. |
Cancel | For internal use. |
Today | |
Left |
For internal use. |
Right |
For internal use. |
See Also