menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SfDiagramRibbon - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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()

    Declaration
    public SfDiagramRibbon()

    Fields

    TabsProperty

    Declaration
    public static readonly DependencyProperty TabsProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    Tabs

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

    Methods

    OnApplyTemplate()

    Declaration
    public override void OnApplyTemplate()

    OnPropertyChanged(String)

    Declaration
    protected virtual void OnPropertyChanged(string name)
    Parameters
    Type Name Description
    System.String name

    Events

    PropertyChanged

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

    Implements

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