EditorButtonShowMode Enum
In This Article
Lists values that specify which cells should display editor buttons.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v25.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
#Members
Name | Description |
---|---|
Show
|
Displays editor buttons only when a cell editor is active. |
Show
|
Displays editor buttons only for the focused cell. |
Show
|
Displays editor buttons only for cells within the focused row. |
Show
|
Displays editor buttons for all cells within a column. |
#Related API Members
The following properties accept/return EditorButtonShowMode values:
See Also