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.v24.1.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.XtraBars.Docking2010.Views.BaseView.SerializableObjectInfo> |
Remarks
To access documents displayed within a View, use the BaseView.Documents collection.
See Also