RowBrickOptions.AllowBrick Property
Gets or sets whether the row displays a property marker (a small rectangle next to the property editor).
Namespace: DevExpress.XtraVerticalGrid.Rows
Assembly: DevExpress.XtraVerticalGrid.v25.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | true if the row displays a property marker; otherwise, false. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to AllowBrick |
|---|---|
| PGridCustomEditorRow |
|
Remarks
The AllowBrick property allows you to hide the current row’s property marker even if the ShowRowBrick option is enabled.
See Also