Back to Devexpress

DocumentGroup.Items Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-tabbed-dot-documentgroup-42f3ce03.md

latest1.5 KB
Original Source

DocumentGroup.Items Property

Contains documents displayed within the current group. This property is hidden from Visual Studio IntelliSense. Use this property to access items only. Do not add or remove items to/from the collection.

Namespace : DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
DevExpress.XtraBars.Docking2010.Views.Tabbed.DocumentCollection

A collection of BaseDocument descendants.

|

See Also

DocumentGroup Class

DocumentGroup Members

DevExpress.XtraBars.Docking2010.Views.Tabbed Namespace