Back to Devexpress

VGridAppearanceCollection.ModifiedRecordValue Property

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

latest2.3 KB
Original Source

VGridAppearanceCollection.ModifiedRecordValue Property

Provides appearance settings used to paint modified values in a PropertyGridControl.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
AppearanceObject

An AppearanceObject that contains the corresponding appearance settings.

|

Remarks

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

See the Appearances topic for more information on customizing appearances.

See Also

ModifiedRow

Appearances

VGridAppearanceCollection Class

VGridAppearanceCollection Members

DevExpress.XtraVerticalGrid Namespace