alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class RibbonCustomTab

    Class represents the Ribbon customTab

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

    Constructors

    RibbonCustomTab()

    Initializes a new instance of the RibbonCustomTab class.

    Declaration
    public RibbonCustomTab()

    Properties

    AutomationId

    Gets or sets the AutomationId of Ribbon custom tab.

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

    Caption

    Gets or sets the caption.

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

    DisplayMode

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

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

    When the value is set to Simplified, the item will be displayed only in Simplified layout mode. When the value is set to Normal, the item will be displayed only in Normal layout mode. When the value is set to OverflowMenu, the item will be displayed in the overflow menu when Simplified layout mode is enabled. The default value includes DisplayMode.Normal, DisplayMode.Simplified, and DisplayMode.OverflowMenu.

    Remarks

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

    RibbonBarCollection

    Gets or sets the Ribbon bar collection.

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