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

DocumentGroup.Items Property

Provides access to documents displayed within the current group. This property is hidden from VS intellisense for safety reasons. Use this property only to access items in the collection. Do not add or remove items via the Items property.

Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

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

Property Value

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

A collection of Document objects.

See Also