BaseHeaderAppearance.HeaderCaptionLine Property
In This Article
Gets the appearance settings used to paint the horizontal line under the header.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
public AppearanceObject HeaderCaptionLine { get; protected set; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
See Also