Back to Devexpress

WinExplorerViewOptionsView.ShowButtonMode Property

windowsforms-devexpress-dot-xtragrid-dot-winexplorer-dot-winexplorerviewoptionsview-d6f7e54d.md

latest2.8 KB
Original Source

WinExplorerViewOptionsView.ShowButtonMode Property

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public ShowButtonModeEnum ShowButtonMode { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property ShowButtonMode As ShowButtonModeEnum

Property Value

Type
ShowButtonModeEnum

Available values:

NameDescription
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.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowButtonMode
WinExplorerView

.OptionsView .ShowButtonMode

|

See Also

WinExplorerViewOptionsView Class

WinExplorerViewOptionsView Members

DevExpress.XtraGrid.WinExplorer Namespace