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()
Declaration
public RibbonDynamicItemInfo()
Properties
RibbonDynamicItems
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 |