Back to Devexpress

VGridAppearanceCollection.ModifiedRow Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridappearancecollection-2621385b.md

latest2.7 KB
Original Source

VGridAppearanceCollection.ModifiedRow Property

Provides appearance settings used to paint the headers of rows that contain modified values. This property is only in effect for the PropertyGridControl control.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
AppearanceObject

An AppearanceObject that contains the corresponding appearance settings.

|

Remarks

The ModifiedRow property is only in effect for the PropertyGridControl control. It specifies the appearance settings used to paint the headers of rows that contain non-default values. Use the VGridAppearanceCollection.ModifiedRecordValue property to customize the appearance of modified cells.

To customize the appearance of headers of unmodified rows, use the VGridAppearanceCollection.RowHeaderPanel property.

See the Appearances topic for more information on customizing appearances.

See Also

ModifiedRecordValue

RowHeaderPanel

Appearances

VGridAppearanceCollection Class

VGridAppearanceCollection Members

DevExpress.XtraVerticalGrid Namespace