In This Article

RibbonTabRowToolBarViewModel Class

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

public class RibbonTabRowToolBarViewModel : ObservableObjectBase, INotifyPropertyChanged
Inheritance:
System.Object ObservableObjectBase Object

Constructors

RibbonTabRowToolBarViewModel()

public RibbonTabRowToolBarViewModel()

Properties

Items

Gets the collection of items in the control.

public ObservableCollection<object> Items { get; }

Property Value

System.Collections.ObjectModel.ObservableCollection<System.Object>:

The collection of items in the control.

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

System.String:

A string that represents the current object.

Inherited Members