alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class RibbonTabs

    Represents the class for ribbon tabs of the control.

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

    Constructors

    RibbonTabs()

    Initializes a new instance of the RibbonTabs class.

    Declaration
    public RibbonTabs()

    Properties

    Caption

    Gets or sets the current caption of the ribbon tab.

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

    IsCheckChanged

    Gets or sets a value indicating whether the check state has changed.

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

    IsChecked

    Gets or sets a value indicating whether the tab is checked.

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

    IsCustomTab

    Gets or sets a value indicating whether the tab is a custom tab.

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

    IsPositionChanged

    Gets or sets a value indicating whether the tab's position has changed.

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

    IsRenamed

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

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

    OriginalCaption

    Gets or sets the original caption of the ribbon tab.

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

    OriginalTabIndex

    Gets or sets the original index of the ribbon tab.

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

    r_AutomationID

    Gets or sets the automation ID of the ribbon tab.

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

    r_Name

    Gets or sets the name of the ribbon tab.

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

    RibbonBars

    Gets or sets the collection of ribbon bars associated with this tab.

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

    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