A newer version of this page is available.
Switch to the current version.
FullWeekView.Appearance Property
Provides access to the properties that control the appearance of the FullWeekView's elements.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.dll
Declaration
public WorkWeekViewAppearance Appearance { get; }
Public ReadOnly Property Appearance As WorkWeekViewAppearance
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
Feedback