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

BarMdiChildrenListItem.Strings Property

Returns the collection that contains the captions of all existing MDI child windows.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
DevExpress.XtraBars.BarListStringCollection

Contains MDI window captions.

See Also