Skip to main content

FullWeekView.Appearance Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public WorkWeekViewAppearance Appearance { get; }

Property Value

Type Description
WorkWeekViewAppearance

A WeekViewAppearance object that provides the appearance settings for FullWeekView elements.

Remarks

For more information on appearances, see the Appearances document.

See Also