AgendaView.Appearance Property
Provides access to the properties that control the appearance of the AgendaView's elements.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v20.2.dll
Declaration
public AgendaViewAppearance Appearance { get; }
Public ReadOnly Property Appearance As AgendaViewAppearance
Property Value
Type | Description |
---|---|
AgendaViewAppearance | A DayViewAppearance object that provides the appearance settings for AgendaView elements. |
Remarks
For more information on appearances, see the Appearances document.
See Also
Feedback