Skip to main content
All docs
V19.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.v19.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