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