TileViewOptionsView.ShowButtonMode Property
This member supports the internal infrastructure, and is not intended to be used directly from your code.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v25.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[DefaultValue(ShowButtonModeEnum.Default)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty]
public ShowButtonModeEnum ShowButtonMode { get; set; }
Property Value
| Type | Default |
|---|---|
| ShowButtonModeEnum | Default |
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 |
|---|---|
| TileView |
|