WPF

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

    Show / Hide Table of Contents

    Class RibbonTabs

    Represents the class for ribbon tabs of the control.

    Inheritance
    System.Object
    RibbonTabs
    Implements
    System.ComponentModel.INotifyPropertyChanged
    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 RibbonTabs : INotifyPropertyChanged

    Constructors

    RibbonTabs()

    Declaration
    public RibbonTabs()

    Properties

    Caption

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

    IsCheckChanged

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

    IsChecked

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

    IsCustomTab

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

    IsPositionChanged

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

    IsRenamed

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

    OriginalCaption

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

    OriginalTabIndex

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

    r_AutomationID

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

    r_Name

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

    RibbonBars

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

    Events

    PropertyChanged

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

    Implements

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