Back to Devexpress

BaseViewAppearance.ResourceHeaderCaption Property

windowsforms-devexpress-dot-xtrascheduler-dot-baseviewappearance.md

latest1.9 KB
Original Source

BaseViewAppearance.ResourceHeaderCaption Property

Gets the appearance settings used to paint resource headers.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public AppearanceObject ResourceHeaderCaption { get; }
vb
Public ReadOnly Property ResourceHeaderCaption As AppearanceObject

Property Value

TypeDescription
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

ResourceHeaderCaptionLine

CustomDrawResourceHeader

BaseViewAppearance Class

BaseViewAppearance Members

DevExpress.XtraScheduler Namespace