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

Strings Class

Represents the strings collection of a BarListItem class instance.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public class Strings :
    IList,
    ICollection,
    IEnumerable

The following members return Strings objects:

Remarks

The Strings collection contains text stings displayed as BarListItem items. This class members perform operations common to any collection: removing and adding of items, retreiving items at specific indexes, etc.

Inheritance

Object
Strings
See Also