Skip to main content
All docs
V25.1
  • RowBrickOptions(BaseRow) Constructor

    Initializes a new instance of the RowBrickOptions class with specified settings.

    Namespace: DevExpress.XtraVerticalGrid.Rows

    Assembly: DevExpress.XtraVerticalGrid.v25.1.dll

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

    Declaration

    public RowBrickOptions(
        BaseRow row
    )

    Parameters

    Name Type Description
    row BaseRow

    The row that uses these options.

    See Also