Class RibbonDynamicItem
Class represents the Ribbon DynamicItem
Inheritance
System.Object
RibbonDynamicItem
Namespace: Syncfusion.Windows.Tools
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class RibbonDynamicItem : Object
Constructors
RibbonDynamicItem()
Initializes a new instance of the RibbonDynamicItem class.
Declaration
public RibbonDynamicItem()
Properties
ItemIndex
get or sets the item index
Declaration
public int ItemIndex { get; set; }
Property Value
Type |
---|
System.Int32 |
ItemType
Gets or sets the Item type
Declaration
public string ItemType { get; set; }
Property Value
Type |
---|
System.String |
Name
Gets or sets the Name of Ribbon Dynamic Item.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |