Skip to main content

ReportMonthView.Appearance Property

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

Namespace: DevExpress.XtraScheduler.Reporting

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

NuGet Package: DevExpress.Win.SchedulerReporting

Declaration

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

Property Value

Type Description
DevExpress.XtraScheduler.Reporting.ReportMonthViewAppearance

A DevExpress.XtraScheduler.Reporting.ReportMonthViewAppearance object that provides the appearance settings for ReportMonthView elements.

See Also