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

DocumentGroup.Items Property

Provides zero-based indexed access to the collection of Documents contained within the current DocumentGroup.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
public DocumentCollection Items { get; }

Property Value

Type Description
DevExpress.XtraBars.Docking2010.Views.WindowsUI.DocumentCollection

A DocumentCollection object that contains all Documents for the current DocumentGroup.

Remarks

See the Content Containers topic to learn more.

See Also