windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridappearancecollection-2621385b.md
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
public AppearanceObject ModifiedRow { get; }
Public ReadOnly Property ModifiedRow As AppearanceObject
| Type | Description |
|---|---|
| AppearanceObject |
An AppearanceObject that contains the corresponding appearance settings.
|
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
VGridAppearanceCollection Class