Skip to main content

TableView.EditFormDialogServiceTemplate Property

Specifies a data template which provides a service to display an edit form popup dialog window. 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 EditFormDialogServiceTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object.

Remarks

The template provided by the EditFormDialogServiceTemplate property must contain an object that is a descendant of the ServiceBase class and implements the IDialogService interface. By default, this template contains the DialogService.

For more information, see the DialogService document.

See Also