AutoCompleteTableViewModelItems - свойство |
Текущие элементы, выводимые в контроле.
Пространство имён:
Tessa.UI.Cards.Controls.AutoComplete
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public ObservableCollection<IAutoCompleteItem> Items { get; set; }
Public Property Items As ObservableCollection(Of IAutoCompleteItem)
Get
Set
public:
property ObservableCollection<IAutoCompleteItem^>^ Items {
ObservableCollection<IAutoCompleteItem^>^ get ();
void set (ObservableCollection<IAutoCompleteItem^>^ value);
}
member Items : ObservableCollection<IAutoCompleteItem> with get, set
Значение свойства
Тип:
ObservableCollectionIAutoCompleteItemСм. также