Class ContextualTabGroupBindable
public class ContextualTabGroupBindable : BindableBase, INotifyPropertyChanged
- Inheritance
-
ContextualTabGroupBindable
- Implements
- Inherited Members
- Extension Methods
Constructors
ContextualTabGroupBindable()
public ContextualTabGroupBindable()
ContextualTabGroupBindable(string)
public ContextualTabGroupBindable(string header)
Parameters
header
string
Properties
Header
public string Header { get; set; }
Property Value
IsVisible
public bool IsVisible { get; set; }
Property Value
TabDataCollection
public ObservableCollection<TabBindable> TabDataCollection { get; }
Property Value
Events
PropertyChanged
public event PropertyChangedEventHandler PropertyChanged