BaseViewAppearance.ResourceHeaderCaption Property
In This Article
Gets the appearance settings used to paint resource headers.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
public AppearanceObject ResourceHeaderCaption { get; }
#Property Value
Type | Description |
---|---|
Appearance |
A Appearance |
#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