public ListAuto(string key = null, string onlyFor = null, string notFor = null, Expression <Func <ICommand> > selectedCommand = null, Expression <Func <IEnumerable> > itemsSource = null, ListLayoutAuto defaultLayout = null) : base(key, onlyFor, notFor) { this.SelectedCommand = selectedCommand; this.ItemsSource = itemsSource; this.DefaultLayout = defaultLayout; this.ItemLayouts = new Dictionary <string, ListLayoutAuto>(); }
public ListAuto(string key = null, string onlyFor = null, string notFor = null, Expression<Func<ICommand>> selectedCommand = null, Expression<Func<IEnumerable>> itemsSource = null, ListLayoutAuto defaultLayout = null) : base(key, onlyFor, notFor) { this.SelectedCommand = selectedCommand; this.ItemsSource = itemsSource; this.DefaultLayout = defaultLayout; this.ItemLayouts = new Dictionary<string, ListLayoutAuto>(); }