Skip to main content
A newer version of this page is available. .

PGridCustomEditorRow.OptionsBrick Property

Contains options that specify property markers (small rectangles displayed next to property editors).

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v20.2.dll

NuGet Package: DevExpress.Win.VerticalGrid

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public RowBrickOptions OptionsBrick { get; }

Property Value

Type Description
RowBrickOptions

An object that contains property marker options.

See Also