Skip to main content

BaseEdit.EditCore Property

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
FrameworkElement

The internal editor control.

Remarks

The EditCore property returns a control whose name is set to ‘PART_Editor‘.

See Also