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

VGridAppearanceCollection.RowHeaderPanel Property

Provides appearance settings used to paint the Row Header Panel.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v19.2.dll

Declaration

public AppearanceObject RowHeaderPanel { get; }

Property Value

Type Description
AppearanceObject

An AppearanceObject that contains the corresponding appearance settings.

Remarks

The RowHeaderPanel property specifies the default appearance settings used to paint the headers of regular rows. The appearance of category rows is specified by the VGridAppearanceCollection.Category property.

In the PropertyGridControl, the RowHeaderPanel property specifies the header appearance of rows that contain default values. The appearance of headers of modified rows can be adjusted via the VGridAppearanceCollection.ModifiedRow property.

To customize the appearance of cells in regular rows see the VGridAppearanceCollection.RecordValue property.

See the Appearances topic for more information on customizing appearances.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the RowHeaderPanel property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also