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

BaseViewAppearance Class

Serves as the base class for classes that provide the appearance settings used to paint view elements.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Scheduler

Declaration

public class BaseViewAppearance :
    BaseHeaderAppearance

The following members return BaseViewAppearance objects:

Remarks

The BaseViewAppearance class introduces the BaseViewAppearance.Appointment property which provides the appearance settings used to paint appointments.

See Also