ColumnView.ShowButtonMode Property
OBSOLETE
Use the Options
Gets or sets a value specifying editor button display mode.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the OptionsView.ShowButtonMode property instead.")]
public ShowButtonModeEnum ShowButtonMode { get; set; }
#Property Value
Type | Description |
---|---|
Show |
A Show |
Available values:
Name | Description |
---|---|
Default | If a column’s Grid |
Show |
Editor buttons are displayed for all cells within the column/view. |
Show |
Buttons are displayed for cells that reside within the focused row. |
Show |
Editor buttons are displayed for the focused cell only. |
Show |
Buttons are displayed only when a cell editor is active. |
#Remarks
This property is obsolete. Use the ColumnViewOptionsView.ShowButtonMode property instead.