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

AgendaView.Appearance Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

public AgendaViewAppearance Appearance { get; }

Property Value

Type Description
AgendaViewAppearance

A DayViewAppearance object that provides the appearance settings for AgendaView elements.

Remarks

The AgendaViewAppearance object returned by the Appearance property provides a number of properties which allow to access the appearances assigned to AgendaView elements.

For more information on appearances, see the Appearances document.

See Also