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