Back to Devexpress

EditFormShowMode Enum

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

latest1.6 KB
Original Source

EditFormShowMode Enum

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

Declaration

csharp
public enum EditFormShowMode
vb
Public Enum EditFormShowMode

Members

NameDescription
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:

Remarks

The values listed by this enumeration are used to set the TableView.EditFormShowMode/TreeListView.EditFormShowMode property’s value.

See Also

DevExpress.Xpf.Grid Namespace