Skip to main content

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

public FrameworkElement EditCore { get; set; }

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:

See Also