Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CalendarHitInfoType Enum

Lists values that identify a visual element of the Date Editor and Calendar control and its descendants.

Namespace: DevExpress.XtraEditors.Calendar

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public enum CalendarHitInfoType

#Members

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.

#Related API Members

The following properties accept/return CalendarHitInfoType values:

#Remarks

The Date Editor and Calendar control enables you to identify an element located under a specified point. Use the CalendarControlBase.GetHitInfo method for this purpose.

See Also