Skip to main content
Bar

BarManager.GetNewItemId() Method

This method is intended for internal use. Returns the new unique identifier of an item.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v22.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public int GetNewItemId()

Returns

Type Description
Int32

An integer value representing the unique identifier of an item within the BarManager.

See Also