Skip to main content
A newer version of this page is available. .

ReportViewBase.Appearance Property

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

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v19.1.Reporting.dll

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