Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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