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

BaseEdit.EditCore Property

Provides access to an internal editor control.

Namespace: DevExpress.UI.Xaml.Editors

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

Declaration

public FrameworkElement EditCore { get; set; }

Property Value

Type Description
Windows.UI.Xaml.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