Back to Devexpress

BarToolbarsListItem.ShowCustomizationItem Property

windowsforms-devexpress-dot-xtrabars-dot-bartoolbarslistitem.md

latest1.3 KB
Original Source

BarToolbarsListItem.ShowCustomizationItem Property

Gets or sets a value indicating whether “Customize…” is among the item’s subitems list.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true if “Customize…” is among the item’s subitems list; otherwise false.

|

Remarks

The “Customize…” item calls the Customization Dialog.

See Also

BarToolbarsListItem Class

BarToolbarsListItem Members

DevExpress.XtraBars Namespace