Skip to main content
A newer version of this page is available.
All docs
V19.1

TimelineView.TimelineViewStyles Property

Provides access to the TimelineViewStyles object, specifying styles applied to visual elements of the Timeline View.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public virtual TimelineViewStyles TimelineViewStyles { get; }

Property Value

Type Description
TimelineViewStyles

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

Remarks

This property is intended for serialization purposes. A TimelineView.Styles property, visible via the control’s property pages, is serialized as TimelineViewStyles. So when editing an .aspx file, you’ll see the TimelineViewStyles tag that is actually equivalent to the Styles property.

You can operate either property with exactly the same result.

See Also