Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

CalendarDayEventArgs.IsOtherPeriodDate Property

Returns the value that specifies whether the processed cell doesn’t refer to the current period (month, year, century).

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public bool IsOtherPeriodDate { get; }

Property Value

Type Description
Boolean

true, if the processed cell doesn’t refer to the current period; otherwise, false.

See Also