Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

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

#Declaration

public AppearanceObject ModifiedRow { get; }

#Property Value

Type Description
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