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

SchedulerViewInfoBase.PaintAppearance Property

Gets the appearance settings applied to the current scheduler view.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v19.2.dll

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