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

CalendarPickerViewCellEventArgs.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