Back to Devexpress

VGridAppearanceCollection.RowHeaderPanel Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridappearancecollection-dd405b49.md

latest3.0 KB
Original Source

VGridAppearanceCollection.RowHeaderPanel Property

Provides appearance settings used to paint the Row Header Panel.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
public AppearanceObject RowHeaderPanel { get; }
vb
Public ReadOnly Property RowHeaderPanel As AppearanceObject

Property Value

TypeDescription
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

Category

RecordValue

ModifiedRow

Appearances

VGridAppearanceCollection Class

VGridAppearanceCollection Members

DevExpress.XtraVerticalGrid Namespace