ReportDayView.Appearance Property
Provides access to the properties that control the appearance of the ReportDayView‘s elements.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v24.1.Reporting.dll
NuGet Package: DevExpress.Win.SchedulerReporting
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public ReportDayViewAppearance Appearance { get; }
Property Value
Type | Description |
---|---|
DevExpress.XtraScheduler.Reporting.ReportDayViewAppearance | A DevExpress.XtraScheduler.Reporting.ReportMonthViewAppearance object that provides the appearance settings for ReportDayView elements. |
See Also