Skip to main content

EditFormShowMode Enum

Lists values that specify the Edit Form‘s show mode.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public enum EditFormShowMode

Members

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.

Related API Members

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