Back to Devexpress

BaseView.Items Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-baseview-c31acc66.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty(XtraSerializationVisibility.Collection, true, true, false, 1)]
public IList<BaseView.SerializableObjectInfo> Items { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<XtraSerializableProperty(XtraSerializationVisibility.Collection, True, True, False, 1)>
Public ReadOnly Property Items As IList(Of BaseView.SerializableObjectInfo)

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

Documents

BaseView Class

BaseView Members

DevExpress.XtraBars.Docking2010.Views Namespace