Skip to main content

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.1.dll

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

Declaration

public bool AllowBrick { get; set; }

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
.OptionsBrick .AllowBrick

Remarks

The AllowBrick property allows you to hide the current row’s property marker even if the ShowRowBrick option is enabled.

See Also