Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public CalendarHitInfoType HitTest { get; set; }

Property Value

Type Description
CalendarHitInfoType

A CalendarHitInfoType enumeration value that identifies the type of the visual element located under the test point.

Available values:

Show 22 items
Name Description
Unknown

The type of the visual element is undefined.

MonthNumber

HitInfoType-MonthNumber

DecMonth

HitInfoType-DecMonth

IncMonth

HitInfoType-IncMonth

DecYear

HitInfoType-DecYear

IncYear

HitInfoType-IncYear

EditMonth

HitInfoType-EditMonth

EditYear

CalendarHitInfoType_EditYear

WeekNumber

HitInfoType-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

CalendarHitInfoType_Today

LeftScrollArea

For internal use.

RightScrollArea

For internal use.

See Also