Skip to main content

SchedulerViewInfoBase.PaintAppearance Property

Gets the appearance settings applied to the current scheduler view.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public BaseViewAppearance PaintAppearance { get; }

Property Value

Type Description
BaseViewAppearance

A BaseViewAppearance object.

Remarks

This property is intended for internal use only. Normally, you don’t need to use it.

See Also