Table of Contents

Class TabBindable

Namespace
H.Windows.Ribbon
Assembly
H.Windows.Ribbon.dll
public class TabBindable : ControlBindableBase, INotifyPropertyChanged
Inheritance
TabBindable
Implements
Inherited Members
Extension Methods

Constructors

TabBindable()

public TabBindable()

TabBindable(string)

public TabBindable(string header)

Parameters

header string

Properties

ContextualTabGroupHeader

public string ContextualTabGroupHeader { get; set; }

Property Value

string

GroupDataCollection

public ObservableCollection<GroupBindable> GroupDataCollection { get; }

Property Value

ObservableCollection<GroupBindable>

Header

public string Header { get; set; }

Property Value

string

IsSelected

public bool IsSelected { get; set; }

Property Value

bool