BarSubItem(BarManager, String, Int32) Constructor
Creates a new instance of the BarSubItem class with the predefined caption and image.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
manager | BarManager | A BarManager object specifying the Bar Manager that will own the created item. This value is assigned to the BarItem.Manager property. |
caption | String | A string value specifying the caption of the created item. This value is assigned to the BarItem.Caption property. |
imageIndex | Int32 | An integer value specifying the zero-based index of the image to be displayed within links corresponding to the created item. This value is assigned to the BarItem.ImageIndex property. |
Remarks
Use this constructor to create a new link container item with the predefined caption and image. When the item is created, it is automatically appended to the BarManager.Items collection of the Bar Manager specified by the manager parameter.