In This Article

RibbonTabRowToolBarViewModel Class

Represents a view model for a tab row toolbar control within a ribbon.

public class RibbonTabRowToolBarViewModel : ObservableObjectBase
Inheritance:
object ObservableObjectBase object

Constructors

RibbonTabRowToolBarViewModel()

Initializes an instance of the class.

public RibbonTabRowToolBarViewModel()

Properties

Items

Gets the collection of items in the control.

public ObservableCollection<object> Items { get; }

Property Value

ObservableCollection<object>:

The collection of items in the control.

Methods

ToString()

Returns the string representation of this object.

public override string ToString()

Returns

string:

The string representation of this object.

Inherited Members