Skip to main content

ReportWeekView.Appearance Property

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

Namespace: DevExpress.XtraScheduler.Reporting

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

NuGet Package: DevExpress.Win.SchedulerReporting

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