Skip to main content
All docs
V19.2
Bar

Strings.Add(String) Method

Adds a specific string to the Strings collection.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.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