Class SfDiagramRibbon
Inheritance
System.Object
SfDiagramRibbon
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Syncfusion.UI.Xaml.DiagramRibbon
Assembly: Syncfusion.SfDiagramRibbon.Wpf.dll
Syntax
public class SfDiagramRibbon : Control, INotifyPropertyChanged
Constructors
SfDiagramRibbon()
Initializes a new instance of the SfDiagramRibbon class.
Declaration
public SfDiagramRibbon()
Fields
TabsProperty
Using a DependencyProperty as the store the values of the Tab.
Declaration
public static readonly DependencyProperty TabsProperty
Field Value
| Type |
|---|
| System.Windows.DependencyProperty |
Properties
Tabs
Get or set the values of the Tab
Declaration
public ObservableCollection<RibbonTab> Tabs { get; set; }
Property Value
| Type |
|---|
| System.Collections.ObjectModel.ObservableCollection<RibbonTab> |
Methods
OnApplyTemplate()
Method to apply template value to Syncfusion.UI.Xaml.DiagramRibbon.SfDiagramRibbon.DiagramRibbon class elements.
Declaration
public override void OnApplyTemplate()
OnPropertyChanged(String)
Invoked whenever the effective value of any dependency property on this FrameworkElement has been updated. The specific dependency property that changed is reported in the arguments parameter. Overrides OnPropertyChanged(name).
Declaration
protected virtual void OnPropertyChanged(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
| Type |
|---|
| System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged