Back to Devexpress

BarSubItem Constructors

windowsforms-devexpress-dot-xtrabars-dot-barsubitem-dot-ctor.md

latest1.9 KB
Original Source

BarSubItem Constructors

A sub-menu that contains other bar items (including child sub-menus).

NameParametersDescription
BarSubItem()noneInitializes a new BarSubItem class instance with the default settings.
BarSubItem(BarManager, String, BarItem[])manager, caption, itemsCreates a new instance of the BarSubItem class with a predefined caption and collection of sub items.
BarSubItem(BarManager, String, Int32, BarItem[])manager, caption, imageIndex, itemsCreates a new instance of the BarSubItem class with the predefined caption, image and collection of sub items.
BarSubItem(BarManager, String, Int32)manager, caption, imageIndexCreates a new instance of the BarSubItem class with the predefined caption and image.
BarSubItem(BarManager, String)manager, captionCreates a new instance of the BarSubItem object with the predefined caption.

See Also

BarSubItem Class

BarSubItem Members

DevExpress.XtraBars Namespace