menu

WPF

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

    Show / Hide Table of Contents

    Class RibbonCustomBar

    Class represents the Ribbon CustomBar

    Inheritance
    System.Object
    RibbonCustomBar
    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 RibbonCustomBar

    Constructors

    RibbonCustomBar()

    Initializes a new instance of the RibbonCustomBar class.

    Declaration
    public RibbonCustomBar()

    Properties

    AutomationId

    Gets or sets the AutomationId of Ribbon custom bar

    Declaration
    public string AutomationId { get; set; }
    Property Value
    Type
    System.String

    CustomCommandList

    Gets or sets the value for collection of Custom command.

    Declaration
    public ArrayList CustomCommandList { get; set; }
    Property Value
    Type
    System.Collections.ArrayList

    DisplayMode

    Gets or sets the DisplayMode value that specifies the custom ribbon bar location for the different LayoutMode values

    Declaration
    public DisplayMode DisplayMode { get; set; }
    Property Value
    Type Description
    DisplayMode

    When the value is set as Simplified, the item will be displayed only in Simplified layout mode. When the value is set as Normal, the item will be displayed only in Normal layout mode. When the value is set as OverflowMenu, the item will be displayed in the overflow menu when Simplified layout mode is enabled. Default value is .

    Remarks

    When DisplayModeProperty is set as Simplified and LayoutMode is set as Normal, the item will not be displayed. This item will be displayed when we switch or set to Simplified mode.

    Header

    Gets or sets the header of ribbon custom bar.

    Declaration
    public string Header { get; set; }
    Property Value
    Type
    System.String

    ItemIndex

    Gets or sets the value for collection of item index.

    Declaration
    public ArrayList ItemIndex { get; set; }
    Property Value
    Type
    System.Collections.ArrayList
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved