Back to Devexpress

DocumentGroup.Items Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-documentgroup.md

latest1.9 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public DocumentCollection Items { get; }
vb
<Browsable(False)>
Public ReadOnly Property Items As DocumentCollection

Property Value

TypeDescription
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

Content Containers

DocumentGroup Class

DocumentGroup Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace