Skip to main content
All docs
V19.2
Bar

Strings.Item[Int32] Property

Gets or sets a string at a specifc index.

Namespace: DevExpress.XtraBars

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