Skip to main content
A newer version of this page is available. .
Bar

BarMdiChildrenListItem.Strings Property

Returns the Strings collection containing the captions of all existing MDI child windows.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
public override Strings Strings { get; }

Property Value

Type Description
Strings

The Strings collection containing MDI window captions.

See Also