Class for attached DiagramRibbon behaviors.
Definition
Namespace:Telerik.Windows.Controls.Diagrams.Ribbon
Assembly:Telerik.Windows.Controls.Diagrams.Ribbon.dll
Syntax:
C#
public static class DiagramRibbonExtensions
Inheritance: objectDiagramRibbonExtensions
Fields
RibbonTabHeaderProperty
DependencyProperty
Identifies the RibbonTabHeader attached property.
C#
public static readonly DependencyProperty RibbonTabHeaderProperty
Methods
Gets the header of the associated RadRibbonTab.
C#
public static string GetRibbonTabHeader(DependencyObject obj)
Sets the header of the tab to which the group will be added RadRibbonGroup.
C#
public static void SetRibbonTabHeader(DependencyObject obj, string value)