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

WeekViewStyles.TodayCellHeader Property

Gets the style settings defining the appearance of the cell header that corresponds to today’s date.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public CellHeaderStyle TodayCellHeader { get; }

Property Value

Type Description
DevExpress.Web.ASPxScheduler.CellHeaderStyle

A CellHeaderStyle object that contains style settings.

See Also