WinExplorerViewOptionsView.ShowButtonMode Property
An overload for the ColumnViewOptionsView.ShowButtonMode property, not supported in WinExplorer View.
Namespace: DevExpress.XtraGrid.WinExplorer
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public ShowButtonModeEnum ShowButtonMode { get; set; }
Property Value
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. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ShowButtonMode |
---|---|
WinExplorerView |
|