alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

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