Skip to main content

VGridAppearanceCollection.RowHeaderPanel Property

Provides appearance settings used to paint the Row Header Panel.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.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