BaseHeaderAppearance Class
In This Article
Serves as the base class for classes that provide the appearance settings for the scheduler’s elements.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.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.).
#Inheritance
See Also