Skip to main content

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.v24.1.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public CellHeaderStyle TodayCellHeader { get; }

Property Value

Type Description
DevExpress.Web.ASPxScheduler.CellHeaderStyle

A CellHeaderStyle object that contains style settings.

See Also