Skip to main content

RowBrickOptions.ModifiedValueColor Property

Gets or sets the property marker color when the property is set to its default value.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

public Color ModifiedValueColor { get; set; }

Property Value

Type Description
Color

A structure that specifies a color.

Property Paths

You can access this nested property as listed below:

Object Type Path to ModifiedValueColor
PGridCustomEditorRow
.OptionsBrick .ModifiedValueColor
See Also