Class SettableGroup
public class SettableGroup : BindableBase, INotifyPropertyChanged
- Inheritance
-
SettableGroup
- Implements
- Inherited Members
- Extension Methods
Properties
Collection
public ObservableCollection<ISettable> Collection { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
SelectedSettable
public ISettable SelectedSettable { get; set; }