Back to Devexpress

ReportViewBase.Appearance Property

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-dot-reportviewbase.md

latest1.6 KB
Original Source

ReportViewBase.Appearance Property

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

Namespace : DevExpress.XtraScheduler.Reporting

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

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public BaseViewAppearance Appearance { get; set; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public Property Appearance As BaseViewAppearance

Property Value

TypeDescription
BaseViewAppearance

A BaseViewAppearance object that provides the appearance settings for ReportViewBase elements.

|

See Also

ReportViewBase Class

ReportViewBase Members

DevExpress.XtraScheduler.Reporting Namespace