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

TimelineView.Styles Property

Provides access to style settings that control the appearance of the Timeline View visual elements.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public TimelineViewStyles Styles { get; }

Property Value

Type Description
TimelineViewStyles

A TimelineViewStyles object, containing appearance settings for elements of the Timeline View.

Remarks

The collection of styles accessible via the Styles property enables you to modify the appearance of the Timeline View visual elements.

The Styles property is serialized as TimelineView.TimelineViewStyles, so use the latter when editing the aspx page directly.

See Also