Back to Devexpress

PGridOptionsView.ShowRowBrick Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-pgridoptionsview-c6bd37dc.md

latest3.6 KB
Original Source

PGridOptionsView.ShowRowBrick Property

Gets or sets whether to display brick buttons against properties that invoke a context menu (the Office view only).

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(DefaultBoolean.Default)]
[XtraSerializableProperty]
public DefaultBoolean ShowRowBrick { get; set; }
vb
<DefaultValue(DefaultBoolean.Default)>
<XtraSerializableProperty>
Public Property ShowRowBrick As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

True to display brick buttons; otherwise, Default or False.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowRowBrick
PropertyGridControl

.OptionsView .ShowRowBrick

|

Remarks

The property grid can display a context menu for a particular property. The menu contains the predefined Reset command that sets the property to its default value. You can provide custom commands by handling dedicated events. To invoke the menu, users can do one of the following:

See Also

RowBrickMenuShowing

CustomDrawRowBrick

EnableContextMenu

PopupMenuShowing

OptionsMenu

PGridOptionsView Class

PGridOptionsView Members

DevExpress.XtraVerticalGrid Namespace