Table of Contents

Class ContextualTabGroupBindable

Namespace
H.Windows.Ribbon
Assembly
H.Windows.Ribbon.dll
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

string

IsVisible

public bool IsVisible { get; set; }

Property Value

bool

TabDataCollection

public ObservableCollection<TabBindable> TabDataCollection { get; }

Property Value

ObservableCollection<TabBindable>

Events

PropertyChanged

public event PropertyChangedEventHandler PropertyChanged

Event Type

PropertyChangedEventHandler