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.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
DataTemplate | The template that defines the appearance of the inline edit form. The template’s data context is a |
Remarks
Refer to the following help topic for more information: TableView.EditFormTemplate.
See Also