Table of Contents

Class SettableGroup

Namespace
H.Modules.Setting
Assembly
H.Modules.Setting.dll
public class SettableGroup : BindableBase, INotifyPropertyChanged
Inheritance
SettableGroup
Implements
Inherited Members
Extension Methods

Properties

Collection

public ObservableCollection<ISettable> Collection { get; set; }

Property Value

ObservableCollection<ISettable>

Name

public string Name { get; set; }

Property Value

string

SelectedSettable

public ISettable SelectedSettable { get; set; }

Property Value

ISettable