windowsforms-devexpress-dot-xtrabars-dot-baredititemlink-d9841889.md
Gets a value indicating whether an editor can be activated for this link.
Namespace : DevExpress.XtraBars
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[Browsable(false)]
public virtual bool CanOpenEdit { get; }
<Browsable(False)>
Public Overridable ReadOnly Property CanOpenEdit As Boolean
| Type | Description |
|---|---|
| Boolean |
true if the editor specified by the corresponding item can be activated in this link; otherwise false.
|
Editor cannot be opened within a link if at least one of the following conditions is met:
Use the CanOpenEdit property to determine whether the editor within a specific link can be opened. The editor can be opened programmatically via a BarEditItemLink.ShowEditor method call.
See Also