Skip to main content
A newer version of this page is available. .

EditFormShowMode Enum

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

Namespace: DevExpress.Xpf.Grid

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

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