windowsforms-devexpress-dot-xtragrid-dot-winexplorer-dot-winexplorerviewoptionsview-d6f7e54d.md
An overload for the ColumnViewOptionsView.ShowButtonMode property, not supported in WinExplorer View.
Namespace : DevExpress.XtraGrid.WinExplorer
Assembly : DevExpress.XtraGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public ShowButtonModeEnum ShowButtonMode { get; set; }
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property ShowButtonMode As ShowButtonModeEnum
| Type |
|---|
| ShowButtonModeEnum |
Available values:
| Name | Description |
|---|---|
| Default |
If a column’s GridColumn.ShowButtonMode property is set to this value, the column uses the View’s settings. Assigning this value to the View’s ColumnViewOptionsView.ShowButtonMode property is equivalent to assigning the ShowForFocusedCell value.
| | ShowAlways |
Editor buttons are displayed for all cells within the column/view.
| | ShowForFocusedRow |
Buttons are displayed for cells that reside within the focused row.
| | ShowForFocusedCell |
Editor buttons are displayed for the focused cell only.
| | ShowOnlyInEditor |
Buttons are displayed only when a cell editor is active.
|
You can access this nested property as listed below:
| Object Type | Path to ShowButtonMode |
|---|---|
| WinExplorerView |
.OptionsView .ShowButtonMode
|
See Also
WinExplorerViewOptionsView Class