Skip to main content

AgendaVerticalDateHeaderStyles.DateCell Property

Gets the style settings defining the appearance of a date cell.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public override AgendaDateCellStyle DateCell { get; }

Property Value

Type Description
AgendaDateCellStyle

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

See Also