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

ReportTimelineView.Appearance Property

Provides access to the properties that control the appearance of the ReportTimelineView‘s elements.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v20.2.Reporting.dll

NuGet Package: DevExpress.Win.SchedulerReporting

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public ReportTimelineViewAppearance Appearance { get; }

Property Value

Type Description
DevExpress.XtraScheduler.Reporting.ReportTimelineViewAppearance

A DevExpress.XtraScheduler.Reporting.ReportTimelineViewAppearance object that provides the appearance settings for ReportTimelineView elements.

See Also