Back to Devexpress

BarItem.ShowInCustomizationForm Property

windowsforms-devexpress-dot-xtrabars-dot-baritem-a4324047.md

latest1.6 KB
Original Source

BarItem.ShowInCustomizationForm Property

Use the BarItem.Visibility property to control bar item visibility in the Customization Window.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool ShowInCustomizationForm { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property ShowInCustomizationForm As Boolean

Property Value

TypeDescription
Boolean

true if the bar item is visible at runtime in the Customization Window; otherwise, false.

|

See Also

Runtime Customization

BarItem Class

BarItem Members

DevExpress.XtraBars Namespace