public IList<TItemModel> ItemsSource { get; }
Public ReadOnly Property ItemsSource As IList(Of TItemModel) Get
public: property IList<TItemModel>^ ItemsSource { IList<TItemModel>^ get (); }
member ItemsSource : IList<'TItemModel> with get
In This Article