Back to Devexpress

PGridCustomEditorRow.OptionsBrick Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-pgridcustomeditorrow-03d3fe88.md

latest1.6 KB
Original Source

PGridCustomEditorRow.OptionsBrick Property

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

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public RowBrickOptions OptionsBrick { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
Public ReadOnly Property OptionsBrick As RowBrickOptions

Property Value

TypeDescription
RowBrickOptions

An object that contains property marker options.

|

See Also

PGridCustomEditorRow Class

PGridCustomEditorRow Members

DevExpress.XtraVerticalGrid.Rows Namespace