Skip to main content
A newer version of this page is available. .
All docs
V21.2

VGridAppearanceCollectionEx.RecordHeader Property

Contains appearance settings used to paint headers of regular records.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.VerticalGrid

Declaration

public AppearanceObject RecordHeader { get; }

Property Value

Type Description
AppearanceObject

An AppearanceObject that contains the corresponding appearance settings.

Remarks

Use the RecordHeader property to specify the appearance settings used to paint headers of regular (non-focused and non-selected) records.

The following properties allow you to customize the appearance of the focused and selected record headers:

If the control’s OptionsSelectionAndFocusEx.EnableAppearanceFocusedAndSelectedRecordHeader property is disabled, the control does not highlight headers of the focused record and selected records. In this case, these record headers are painted according to the appearance settings specified by the RecordHeader property; the FocusedRecordHeader, HideSelectionRecordHeader, and SelectedRecordHeader properties are ignored.

See Also