Skip to main content

CalendarHitInfo.IsInRightArea Property

Gets or sets whether the test point is located in the time portion area.

Namespace: DevExpress.XtraEditors.Calendar

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public bool IsInRightArea { get; }

Property Value

Type Description
Boolean

true if the test point is located in the time portion area; otherwise, false.

See Also