Skip to main content

RowBrickOptions(BaseRow) Constructor

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

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v24.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