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

SchedulerViewBase.Appearance Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

[Browsable(false)]
public BaseViewAppearance Appearance { get; }

Property Value

Type Description
BaseViewAppearance

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

See Also