Class RibbonTabs
Represents the class for ribbon tabs of the control.
Inheritance
System.Object
RibbonTabs
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Syncfusion.Tools.Wpf.dll
public class RibbonTabs : Object, INotifyPropertyChanged
Constructors
Declaration
Properties
Declaration
public string Caption { get; set; }
Property Value
Declaration
public bool IsCheckChanged { get; set; }
Property Value
Declaration
public bool IsChecked { get; set; }
Property Value
Declaration
public bool IsCustomTab { get; set; }
Property Value
Declaration
public bool IsPositionChanged { get; set; }
Property Value
Declaration
public bool IsRenamed { get; set; }
Property Value
Declaration
public string OriginalCaption { get; set; }
Property Value
Declaration
public int OriginalTabIndex { get; set; }
Property Value
Declaration
public string r_AutomationID { get; set; }
Property Value
Declaration
public string r_Name { get; set; }
Property Value
Declaration
public ObservableCollection<RibbonBars> RibbonBars { get; set; }
Property Value
Type |
System.Collections.ObjectModel.ObservableCollection<RibbonBars> |
Events
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged