BaseEdit.EditCore Property
In This Article
Provides access to an internal editor control.
Namespace: DevExpress.WinUI.Editors
Assembly: DevExpress.WinUI.Editors.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public FrameworkElement EditCore { get; }
#Property Value
Type | Description |
---|---|
Framework |
The internal editor control. |
#Remarks
The EditCore property returns a control whose name is set to ‘PART_Editor‘.
See Also