Back to Devexpress

SchedulerViewBase.Appearance Property

windowsforms-devexpress-dot-xtrascheduler-dot-schedulerviewbase-e4196137.md

latest1.4 KB
Original Source

SchedulerViewBase.Appearance Property

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

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[Browsable(false)]
public BaseViewAppearance Appearance { get; }
vb
<Browsable(False)>
Public ReadOnly Property Appearance As BaseViewAppearance

Property Value

TypeDescription
BaseViewAppearance

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

|

See Also

SchedulerViewBase Class

SchedulerViewBase Members

DevExpress.XtraScheduler Namespace