menu

UWP

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

    Show / Hide Table of Contents

    Class RibbonCommandManager

    Represents class for RibbonCommandManager

    Inheritance
    System.Object
    RibbonCommandManager
    Namespace: Syncfusion.UI.Xaml.Controls.SfRibbon
    Assembly: Syncfusion.SfRibbon.UWP.dll
    Syntax
    [ClassReference(IsReviewed = false)]
    public static class RibbonCommandManager : Object

    Fields

    ShowInCustomizationProperty

    Using a DependencyProperty as the backing store for ShowInCustomization. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty ShowInCustomizationProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    SynchronizedItemProperty

    Using a DependencyProperty as the backing store for SynchronizedItem. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty SynchronizedItemProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Methods

    GetShowInCustomization(DependencyObject)

    Returns the ShowInCustomization property value of a specified object.

    Declaration
    [ClassReference(IsReviewed = false)]
    public static bool GetShowInCustomization(DependencyObject obj)
    Parameters
    Type Name Description
    Windows.UI.Xaml.DependencyObject obj

    Dependency Object

    Returns
    Type Description
    System.Boolean

    returns boolean

    GetSynchronizedItem(DependencyObject)

    Gets or sets the SynchronizedItem.

    Declaration
    [ClassReference(IsReviewed = false)]
    public static string GetSynchronizedItem(DependencyObject obj)
    Parameters
    Type Name Description
    Windows.UI.Xaml.DependencyObject obj

    Dependency Object

    Returns
    Type Description
    System.String

    The default value is string.Empty.

    SetShowInCustomization(DependencyObject, Boolean)

    Sets the value of a ShowInCustomization property,

    Declaration
    [ClassReference(IsReviewed = false)]
    public static void SetShowInCustomization(DependencyObject obj, bool value)
    Parameters
    Type Name Description
    Windows.UI.Xaml.DependencyObject obj

    Dependency Object

    System.Boolean value

    boolean value

    SetSynchronizedItem(DependencyObject, String)

    Sets the SynchronizedItem.

    Declaration
    [ClassReference(IsReviewed = false)]
    public static void SetSynchronizedItem(DependencyObject obj, string value)
    Parameters
    Type Name Description
    Windows.UI.Xaml.DependencyObject obj

    Dependency Object

    System.String value

    string value

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved