| DropDownButtonItems 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<Object> Items { get; }
Public ReadOnly Property Items As NotifyingCollection(Of Object)
Get
public:
property NotifyingCollection<Object^>^ Items {
NotifyingCollection<Object^>^ get ();
}
member Items : NotifyingCollection<Object> with get
Property Value
Type:
NotifyingCollectionObjectThe items.
See Also