Back to Devexpress

BaseEdit.EditCore Property

wpf-devexpress-dot-xpf-dot-editors-dot-baseedit-19d1dc94.md

latest1.7 KB
Original Source

BaseEdit.EditCore Property

Provides access to an internal editor control.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public FrameworkElement EditCore { get; set; }
vb
Public Property EditCore As FrameworkElement

Property Value

TypeDescription
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:

For instance, the EditCore property returns TextBox for a standalone TextEdit, and TextBlock if the editor is inactive and is used within a container control (e.g. DXGrid).

See Also

BaseEdit Class

BaseEdit Members

DevExpress.Xpf.Editors Namespace