Back to Devexpress

BarEditItem.CanOpenEdit Property

windowsforms-devexpress-dot-xtrabars-dot-baredititem-f750eca4.md

latest1.2 KB
Original Source

BarEditItem.CanOpenEdit Property

Determines whether the editor of the current BarEditItem can be activated.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
public virtual bool CanOpenEdit { get; set; }
vb
<DefaultValue(True)>
Public Overridable Property CanOpenEdit As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if an editor can be activated; otherwise, false.

|

See Also

BarEditItem Class

BarEditItem Members

DevExpress.XtraBars Namespace