New to Telerik UI for WPFStart a free 30-day trial

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)
Parameters:objDependencyObjectReturns:

string

Sets the header of the tab to which the group will be added RadRibbonGroup.

C#
public static void SetRibbonTabHeader(DependencyObject obj, string value)
Parameters:objDependencyObjectvaluestring