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