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

Strings.Item[Int32] Property

Gets or sets a string at a specifc index.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public virtual string this[int index] { get; set; }

Parameters

Name Type Description
index Int32

The zero-based index of the string.

Property Value

Type Description
String

A string with a specifc index.

See Also