PGridCustomEditorRow.OptionsBrick Property
Contains options that specify property markers (small rectangles displayed next to property editors).
Namespace: DevExpress.XtraVerticalGrid.Rows
Assembly: DevExpress.XtraVerticalGrid.v24.1.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