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

BaseView.Items Property

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Collection, true, true, false, 1)]
public IList<BaseView.SerializableObjectInfo> Items { get; }

Property Value

Type
IList<DevExpress.XtraBars.Docking2010.Views.BaseView.SerializableObjectInfo>

Remarks

To access documents displayed within a View, use the BaseView.Documents collection.

See Also