Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public DataTemplate EditFormTemplate { get; set; }

Property Value

Type Description
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