Back to Devexpress

BarEditItemLink.Editor Property

wpf-devexpress-dot-xpf-dot-bars-dot-baredititemlink-5a55db8a.md

latest1.5 KB
Original Source

BarEditItemLink.Editor Property

Gets the editor associated with the current link.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public BaseEdit Editor { get; }
vb
Public ReadOnly Property Editor As BaseEdit

Property Value

TypeDescription
BaseEdit

A BaseEdit descendant that represents the embedded editor.

|

Remarks

Use the Editor property to access the editor displayed by the current link. It’s not possible to assign a new editor via the Editor property.

To specify an editor for a bar item link, use the BarEditItem.EditSettings property. Based on an object assigned to the BarEditItem.EditSettings property, an editor is created, and this can be accessed via the Editor property.

See Also

EditSettings

BarEditItemLink Class

BarEditItemLink Members

DevExpress.Xpf.Bars Namespace