Back to Devexpress

EditorButtonShowMode Enum

wpf-devexpress-dot-xpf-dot-grid-db9d4aef.md

latest1.3 KB
Original Source

EditorButtonShowMode Enum

Lists values that specify which cells should display editor buttons.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public enum EditorButtonShowMode
vb
Public Enum EditorButtonShowMode

Members

NameDescription
ShowOnlyInEditor

Displays editor buttons only when a cell editor is active.

| | ShowForFocusedCell |

Displays editor buttons only for the focused cell.

| | ShowForFocusedRow |

Displays editor buttons only for cells within the focused row.

| | ShowAlways |

Displays editor buttons for all cells within a column.

|

The following properties accept/return EditorButtonShowMode values:

See Also

DevExpress.Xpf.Grid Namespace