Skip to main content

SchedulerViewBase.Appearance Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

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