ReportWeekView.Appearance Property
Provides access to the properties that control the appearance of the ReportWeekView‘s elements.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v25.1.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