Skip to main content
A newer version of this page is available. .

CalendarHitInfo.IsInRightArea Property

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

Namespace: DevExpress.XtraEditors.Calendar

Assembly: DevExpress.XtraEditors.v19.2.dll

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