Skip to main content
A newer version of this page is available. .

BaseEdit.EditTemplate Property

Gets or sets a template that defines the editor’s presentation. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v18.2.dll

Declaration

public DataTemplate EditTemplate { get; set; }

Property Value

Type Description
Windows.UI.Xaml.DataTemplate

A Windows.UI.Xaml.DataTemplate object representing the editor’s template.

Remarks

The EditTemplate template is used if the editor’s TextEdit.IsTextEditable property is set to true. Otherwise, the TextEdit.EditNonEditableTemplate template is used.

Note

The EditTemplate template supports only the Windows.UI.Xaml.Controls.TextBox control.

See Also