WPF

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

    Show / Hide Table of Contents

    Class RibbonCommands

    Class represents custom ribbon commands.

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

    Constructors

    RibbonCommands()

    Declaration
    public RibbonCommands()

    Fields

    AddItemToQAT

    Defines AddItem ribbon command.

    Declaration
    public static RoutedCommand AddItemToQAT
    Field Value
    Type Description
    System.Windows.Input.RoutedCommand

    MinimizeRibbon

    Defines Minimize ribbon command.

    Declaration
    public static RoutedCommand MinimizeRibbon
    Field Value
    Type Description
    System.Windows.Input.RoutedCommand

    OpenBackStage

    Defines whether to show or hide of the Ribbon based on the parameter passed to it.

    Declaration
    public static RoutedCommand OpenBackStage
    Field Value
    Type Description
    System.Windows.Input.RoutedCommand
    Remarks

    To Bind this command, CommandTarget and CommandParameter must be defined.

    PlaceQATAbove

    Defines Place QAT above Ribbon command.

    Declaration
    public static RoutedCommand PlaceQATAbove
    Field Value
    Type Description
    System.Windows.Input.RoutedCommand

    PlaceQATBelow

    Defines Place QAT below Ribbon command.

    Declaration
    public static RoutedCommand PlaceQATBelow
    Field Value
    Type Description
    System.Windows.Input.RoutedCommand

    QATMoreCommands

    Defines QAT More Commands Ribbon command.

    Declaration
    public static RoutedCommand QATMoreCommands
    Field Value
    Type Description
    System.Windows.Input.RoutedCommand

    RemoveItemFromQAT

    Defines RemoveItem ribbon command.

    Declaration
    public static RoutedCommand RemoveItemFromQAT
    Field Value
    Type Description
    System.Windows.Input.RoutedCommand
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved