Skip to main content
Tab

CalendarDayCellPreparedEventArgs.IsWeekend Property

Gets a value that indicates whether the processed date is a weekend day.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public bool IsWeekend { get; }

Property Value

Type Description
Boolean

true if the date is a weekend day; otherwise, false.

See Also