Skip to main content
All docs
V26.1
  • RowBrickOptions.BorderColor Property

    Gets or sets the property marker border color.

    Namespace: DevExpress.XtraVerticalGrid.Rows

    Assembly: DevExpress.XtraVerticalGrid.v26.1.dll

    Declaration

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

    Remarks

    If the BorderColor property is not specified, the color depends on the current skin.

    See Also