| TabControlItems Property |
Gets the items.
Namespace: DigitalRune.Game.UI.ControlsAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax public NotifyingCollection<TabItem> Items { get; }
Public ReadOnly Property Items As NotifyingCollection(Of TabItem)
Get
public:
property NotifyingCollection<TabItem^>^ Items {
NotifyingCollection<TabItem^>^ get ();
}
member Items : NotifyingCollection<TabItem> with get
Property Value
Type:
NotifyingCollectionTabItemThe items.
See Also