Class RibbonBars
Represents the class for ribbon bar of the control.
Inheritance
System.Object
RibbonBars
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Syncfusion.Tools.Wpf.dll
public class RibbonBars : Object, INotifyPropertyChanged
Constructors
Declaration
Properties
Declaration
public string Header { get; set; }
Property Value
Declaration
public bool IsCustomBar { get; set; }
Property Value
Declaration
public bool IsPositionChanged { get; set; }
Property Value
Declaration
public bool IsRenamed { get; set; }
Property Value
Declaration
public int OriginalBarIndex { get; set; }
Property Value
Declaration
public string OriginalHeader { 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<IRibbonControl> RibbonControl { get; set; }
Property Value
Type |
System.Collections.ObjectModel.ObservableCollection<IRibbonControl> |
Events
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged