Back to Devexpress

PGridCustomEditorRow.RowBricks Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-pgridcustomeditorrow-0062cf0a.md

latest1.2 KB
Original Source

PGridCustomEditorRow.RowBricks Property

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[XtraSerializableProperty(true, true, true)]
public RowBrickCollection RowBricks { get; }
vb
<XtraSerializableProperty(True, True, True)>
Public ReadOnly Property RowBricks As RowBrickCollection

Property Value

Type
DevExpress.XtraVerticalGrid.RowBrick.RowBrickCollection

See Also

PGridCustomEditorRow Class

PGridCustomEditorRow Members

DevExpress.XtraVerticalGrid.Rows Namespace