Back to Devexpress

BarItemLink.CanSelectInCustomization Property

windowsforms-devexpress-dot-xtrabars-dot-baritemlink-cac456e8.md

latest1.2 KB
Original Source

BarItemLink.CanSelectInCustomization Property

Indicates whether the current item link can be selected when customization is performed.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public virtual bool CanSelectInCustomization { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property CanSelectInCustomization As Boolean

Property Value

TypeDescription
Boolean

true. if the current item link can be selected when customization is performed; otherwise, false.

|

See Also

BarItemLink Class

BarItemLink Members

DevExpress.XtraBars Namespace