BaseViewAppearance.ResourceHeaderCaption Property
Gets the appearance settings used to paint resource headers.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
Type | Description |
---|---|
AppearanceObject | A AppearanceObject object that provides the appearance settings used to paint resource headers. |
Remarks
The ResourceHeaderCaption property provides appearance settings for resource headers. A resource header can also be custom painted using the SchedulerControl.CustomDrawResourceHeader event.
For more information on appearances, see the Appearances document.
See Also