Skip to main content
A newer version of this page is available.
All docs
V19.1
Bar

Strings.Add(String) Method

Adds a specific string to the Strings collection.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public virtual int Add(
    string item
)

Parameters

Name Type Description
item String

The string to be added to the Strings collection.

Returns

Type Description
Int32

The position at which a new string was added.

See Also