RibbonGallery.ColumnCount Property

Definition

Gets or sets the number of Item columns in this RibbonGallery.

public:
 property int ColumnCount { int get(); void set(int value); };
public int ColumnCount { get; set; }
member this.ColumnCount : int with get, set
Public Property ColumnCount As Integer

Property Value

The number of Item columns in this RibbonGallery.

Remarks

This property can be set at run time only under certain conditions. For more information, see Ribbon Object Model Overview.

Applies to