Skip to main content
All docs
V25.1
  • PGridCustomEditorRow.RowBricks Property

    Namespace: DevExpress.XtraVerticalGrid.Rows

    Assembly: DevExpress.XtraVerticalGrid.v25.1.dll

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

    Declaration

    [XtraSerializableProperty(true, true, true)]
    public RowBrickCollection RowBricks { get; }

    Property Value

    Type
    DevExpress.XtraVerticalGrid.RowBrick.RowBrickCollection
    See Also