Skip to main content
All docs
V25.1
  • RowBrickOptions.BackColor Property

    Gets the property marker background color.

    Namespace: DevExpress.XtraVerticalGrid.Rows

    Assembly: DevExpress.XtraVerticalGrid.v25.1.dll

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

    Declaration

    public Color BackColor { 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 BackColor
    PGridCustomEditorRow
    .OptionsBrick .BackColor

    Remarks

    If the BackColor property is not specified, the control uses a predefined color.

    See Also