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

AgendaVerticalDateHeaderStyles.DayOfWeekCell Property

Gets the style settings defining the appearance of a day of the week cell.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v18.2.dll

Declaration

public override AgendaDateCellStyle DayOfWeekCell { get; }

Property Value

Type Description
AgendaDateCellStyle

An AgendaDateCellStyle object that contains style settings defining the appearance of a day of the week cell.

See Also