Back to Devexpress

SchedulerViewInfoBase.PaintAppearance Property

windowsforms-devexpress-dot-xtrascheduler-dot-drawing-dot-schedulerviewinfobase-0ceed4c2.md

latest1.4 KB
Original Source

SchedulerViewInfoBase.PaintAppearance Property

Gets the appearance settings applied to the current scheduler view.

Namespace : DevExpress.XtraScheduler.Drawing

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public BaseViewAppearance PaintAppearance { get; }
vb
Public ReadOnly Property PaintAppearance As BaseViewAppearance

Property Value

TypeDescription
BaseViewAppearance

A BaseViewAppearance object.

|

Remarks

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

See Also

SchedulerViewInfoBase Class

SchedulerViewInfoBase Members

DevExpress.XtraScheduler.Drawing Namespace