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.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
DataTemplate | A 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