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

BaseHeaderAppearance Class

Serves as the base class for classes that provide the appearance settings for the scheduler’s elements.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public class BaseHeaderAppearance :
    BaseAppearanceCollection

Remarks

The BaseHeaderAppearance class introduces properties that provide the appearance settings used to paint headers (e.g. day headers, resource headers, etc.).

See Also