Back to Devexpress

TreeListView.EditFormShowMode Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-a905ea08.md

latest1.5 KB
Original Source

TreeListView.EditFormShowMode Property

Specifies whether and how the Edit Form is displayed. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public EditFormShowMode EditFormShowMode { get; set; }
vb
Public Property EditFormShowMode As EditFormShowMode

Property Value

TypeDescription
EditFormShowMode

An EditFormShowMode enumeration value.

|

Available values:

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.

|

See Also

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace