BaseView.Items Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty(XtraSerializationVisibility.Collection, true, true, false, 1)]
public IList<BaseView.SerializableObjectInfo> Items { get; }
#Property Value
Type |
---|
IList<DevExpress. |
#Remarks
To access documents displayed within a View, use the BaseView.Documents collection.
See Also