alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class RibbonBars

    Represents the class for ribbon bar of the control.

    Inheritance
    System.Object
    RibbonBars
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class RibbonBars : Object, INotifyPropertyChanged

    Constructors

    RibbonBars()

    Initializes a new instance of the RibbonBars class.

    Declaration
    public RibbonBars()

    Properties

    Header

    Gets or sets the current header text of the ribbon bar.

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

    IsCustomBar

    Gets or sets a value indicating whether this is a custom ribbon bar.

    Declaration
    public bool IsCustomBar { get; set; }
    Property Value
    Type
    System.Boolean

    IsPositionChanged

    Gets or sets a value indicating whether the position of the ribbon bar has changed.

    Declaration
    public bool IsPositionChanged { get; set; }
    Property Value
    Type
    System.Boolean

    IsRenamed

    Gets or sets a value indicating whether the ribbon bar has been renamed.

    Declaration
    public bool IsRenamed { get; set; }
    Property Value
    Type
    System.Boolean

    OriginalBarIndex

    Gets or sets the original index of the ribbon bar.

    Declaration
    public int OriginalBarIndex { get; set; }
    Property Value
    Type
    System.Int32

    OriginalHeader

    Gets or sets the original header text of the ribbon bar.

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

    r_AutomationID

    Gets or sets the automation ID used for UI automation.

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

    r_Name

    Gets or sets the internal name of the ribbon bar.

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

    RibbonControl

    Gets or sets the collection of ribbon controls contained in this ribbon bar.

    Declaration
    public ObservableCollection<IRibbonControl> RibbonControl { get; set; }
    Property Value
    Type
    System.Collections.ObjectModel.ObservableCollection<IRibbonControl>

    Events

    PropertyChanged

    Occurs when a property value changes.

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved