Class RibbonDynamicItemInfo
Class represents the Ribbon DynamicItemInfo
Inheritance
System.Object
RibbonDynamicItemInfo
Namespace: Syncfusion.Windows.Tools
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class RibbonDynamicItemInfo : Object
Constructors
RibbonDynamicItemInfo()
Initializes a new instance of the RibbonDynamicItemInfo class.
Declaration
public RibbonDynamicItemInfo()
Properties
RibbonDynamicItems
Gets or sets the collection of dynamic ribbon items.
Declaration
public ArrayList RibbonDynamicItems { get; set; }
Property Value
| Type |
|---|
| System.Collections.ArrayList |
Tag
get or set Tag name of the Dynamic item
Declaration
public string Tag { get; set; }
Property Value
| Type |
|---|
| System.String |