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

BaseViewAppearance.ResourceHeaderCaption Property

Gets the appearance settings used to paint resource headers.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

public AppearanceObject ResourceHeaderCaption { get; }

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