menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RibbonDynamicItem - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RibbonDynamicItem

    Class represents the Ribbon DynamicItem

    Inheritance
    System.Object
    RibbonDynamicItem
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Tools
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class RibbonDynamicItem

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved