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

ReportWeekView.Appearance Property

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

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v19.1.Reporting.dll

Declaration

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

Property Value

Type Description
DevExpress.XtraScheduler.Reporting.ReportWeekViewAppearance

A DevExpress.XtraScheduler.Reporting.ReportWeekViewAppearance object that provides the appearance settings for ReportWeekView elements.

See Also