In This Article

RibbonMultiRowControlGroupViewModel Class

Represents a view model for a multi-row control group control within a ribbon group.

public class RibbonMultiRowControlGroupViewModel : ObservableObjectBase
Inheritance:
object ObservableObjectBase object

Constructors

RibbonMultiRowControlGroupViewModel()

Initializes an instance of the class.

public RibbonMultiRowControlGroupViewModel()

Properties

IsVisible

Indicates whether the control is currently visible.

public bool IsVisible { get; set; }

Property Value

bool:

The default value is true.

Items

The collection of items in the control.

public ObservableCollection<object> Items { get; }

Property Value

ObservableCollection<object>

ThreeRowItemSortOrder

A collection of integers that indicates the indices of how items should be sorted when in a three-row layout.

public ICollection<int>? ThreeRowItemSortOrder { get; set; }

Property Value

ICollection<int>

Methods

ToString()

Returns the string representation of this object.

public override string ToString()

Returns

string:

The string representation of this object.

Inherited Members

Extension Methods