Class DiagramRibbonExtensions
Class for attached DiagramRibbon behaviors.
Inheritance
System.Object
DiagramRibbonExtensions
Namespace: Telerik.Windows.Controls.Diagrams.Ribbon
Assembly: Telerik.Windows.Controls.Diagrams.Ribbon.dll
Syntax
public static class DiagramRibbonExtensions : Object
Fields
RibbonTabHeaderProperty
Identifies the RibbonTabHeader attached property.
Declaration
public static readonly DependencyProperty RibbonTabHeaderProperty
Field Value
System.
|
Methods
GetRibbonTabHeader(DependencyObject)
Gets the header of the associated Rad
Declaration
public static string GetRibbonTabHeader(DependencyObject obj)
Parameters
System.
|
Returns
System.
|
SetRibbonTabHeader(DependencyObject, String)
Sets the header of the tab to which the group will be added Rad
Declaration
public static void SetRibbonTabHeader(DependencyObject obj, string value)
Parameters
System.
|
System.
|