Back to Devexpress

TreeListView.EditFormTemplate Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-4c6b91bb.md

latest1.6 KB
Original Source

TreeListView.EditFormTemplate Property

Gets or sets the template that defines the appearance of the Edit Form. 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 DataTemplate EditFormTemplate { get; set; }
vb
Public Property EditFormTemplate As DataTemplate

Property Value

TypeDescription
DataTemplate

The template that defines the appearance of the inline edit form. The template’s data context is a DevExpress.Xpf.Grid.EditForm.EditFormRowData object.

|

Remarks

Refer to the following help topic for more information: TableView.EditFormTemplate.

See Also

EditFormDialogServiceTemplate

EditFormDialogServiceTemplate

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace