Class RadRibbonContextualGroup
Represents the content of a RadRibbonContextualGroup.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.RibbonView.dll
Syntax
[TelerikToolboxCategory("Navigation")]
public class RadRibbonContextualGroup : Control
Constructors
RadRibbonContextualGroup()
Initializes a new instance of the Rad
Declaration
public RadRibbonContextualGroup()
Fields
ColorProperty
Identifies the Color property.
Declaration
public static readonly DependencyProperty ColorProperty
Field Value
System.
|
GroupNameProperty
Identifies the GroupName attached property.
Declaration
public static readonly DependencyProperty GroupNameProperty
Field Value
System.
|
HeaderAlignmentProperty
Identifies the Header property.
Declaration
public static readonly DependencyProperty HeaderAlignmentProperty
Field Value
System.
|
HeaderProperty
Identifies the Header property.
Declaration
public static readonly DependencyProperty HeaderProperty
Field Value
System.
|
HeaderTemplateProperty
Identifies the Header property.
Declaration
public static readonly DependencyProperty HeaderTemplateProperty
Field Value
System.
|
IsActiveChangedEvent
Identifies the IsActive routed event.
Declaration
public static readonly RoutedEvent IsActiveChangedEvent
Field Value
System.
|
IsActiveProperty
Identifies the IsActive property.
Declaration
public static readonly DependencyProperty IsActiveProperty
Field Value
System.
|
SelectFirstTabOnActivationProperty
Identifies the SelectFirstTabOnActivation property.
Declaration
public static readonly DependencyProperty SelectFirstTabOnActivationProperty
Field Value
System.
|
Properties
Color
Gets or sets the base color used for the tabs header and content background brush.
Declaration
public Brush Color { get; set; }
Property Value
System.
|
Header
Represents the header of the contextual group.
Declaration
public object Header { get; set; }
Property Value
System.
|
HeaderAlignment
Represents the header's alignment of the contextual group.
Declaration
public HorizontalAlignment HeaderAlignment { get; set; }
Property Value
System.
|
HeaderTemplate
Represents the header's template of the contextual group.
Declaration
public DataTemplate HeaderTemplate { get; set; }
Property Value
System.
|
IsActive
Gets or sets whether the group is active (visible) or not.
Declaration
public bool IsActive { get; set; }
Property Value
System.
|
SelectFirstTabOnActivation
Gets or sets whether the first contextual tab should be selected on activation of the group.
Declaration
public bool SelectFirstTabOnActivation { get; set; }
Property Value
System.
|
Methods
ArrangeOverride(Size)
Called to arrange and size the content of a System.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
System. The computed size that is used to arrange the content. |
Returns
System. The size of the control. |
GetGroupName(DependencyObject)
Gets the value of the GroupName property.
Declaration
public static string GetGroupName(DependencyObject obj)
Parameters
System.
|
Returns
System.
|
MeasureOverride(Size)
Called when the control is measured.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
System.
|
Returns
System.
|
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.Windows.Controls.Control.ApplyTemplate().
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Creates a ContextualGroupAutomationPeer.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System. A new instance of the ContextualGroupAutomationPeer. |
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
OnMouseLeftButtonUp(MouseButtonEventArgs)
Called when the ContextualGroup was clicked.
Declaration
protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
Parameters
System.
|
SetGroupName(DependencyObject, String)
Sets a value for the GroupName property.
Declaration
public static void SetGroupName(DependencyObject obj, string value)
Parameters
System.
|
System.
|
Events
IsActiveChanged
Occurs when contextual group IsActive property has changed.
Declaration
public event EventHandler<RadRoutedEventArgs> IsActiveChanged
Event Type
System.
|