wpf-devexpress-dot-xpf-dot-grid-d0b78a4e.md
Lists values that specify the Edit Form‘s show mode.
Namespace : DevExpress.Xpf.Grid
Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll
NuGet Package : DevExpress.Wpf.Grid.Core
public enum EditFormShowMode
Public Enum EditFormShowMode
| Name | Description |
|---|---|
Dialog |
The Inline Edit Form is shown as a popup dialog window.
|
| Inline |
The Inline Edit Form is shown below the row that is being edited.
|
| InlineHideRow |
The Inline Edit Form replaces the row that is being edited.
|
| None |
The Inline Edit Form is disabled.
|
The following properties accept/return EditFormShowMode values:
The values listed by this enumeration are used to set the TableView.EditFormShowMode/TreeListView.EditFormShowMode property’s value.
See Also