ShowButtonModeEnum Enum
Lists values specifying the cells in which editor buttons are displayed
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
#Members
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. |
#Related API Members
The following properties accept/return ShowButtonModeEnum values:
#Remarks
Values listed by this enumeration can be used to set the ColumnViewOptionsView.ShowButtonMode and GridColumn.ShowButtonMode properties. The first one identifies the View cells that should display their editor buttons. The latter can be used to override these settings for an individual column.