Skip to main content

PGridCustomEditorRow.OptionsBrick Property

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

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, 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