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

AgendaTodayHorizontalDateHeaderStyles.DateRow Property

Gets the appearance settings used to paint the date row in Agenda View when the day header is oriented horizontally.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.1.dll

Declaration

public override AgendaCellStyleBase DateRow { get; }

Property Value

Type Description
AgendaCellStyleBase

An AgendaCellStyleBase object that contains style settings defining the appearance of the date row.

See Also