Skip to main content
All docs
V24.2

YearView.Appearance Property

Gets the appearance settings specific to the Year View.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.2.dll

Declaration

public YearViewAppearance Appearance { get; }

Property Value

Type Description
DevExpress.XtraScheduler.YearViewAppearance

The appearance settings specific to the Year View.

Remarks

Read the folllowing help topic for detailed information on appearances: Appearances.

See Also