BaseEdit.EditCore Property
Provides access to an internal editor control.
Namespace: DevExpress.UI.Xaml.Editors
Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
FrameworkElement | The internal editor control. |
Remarks
The EditCore property returns a control whose name is set to ‘PART_Editor‘ and which is obtained from one of the following templates:
-
This template is used if editor’s TextEdit.IsTextEditable property is set to true.
TextEdit.EditNonEditableTemplate
This template is used if editor’s TextEdit.IsTextEditable property is set to false.
See Also