Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

VGridAppearanceCollection.RowHeaderPanel Property

Provides appearance settings used to paint the Row Header Panel.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v24.2.dll

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

#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.

See Also