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.v24.2.dll
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