Class RadRibbonContextualGroup
Inheritance
System.Object
RadRibbonContextualGroup
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadRibbonContextualGroup : Control
Constructors
RadRibbonContextualGroup()
Declaration
public RadRibbonContextualGroup()
Fields
ColorProperty
Declaration
public static readonly DependencyProperty ColorProperty
Field Value
Microsoft.
|
GroupNameProperty
Declaration
public static readonly DependencyProperty GroupNameProperty
Field Value
Microsoft.
|
HeaderAlignmentProperty
Declaration
public static readonly DependencyProperty HeaderAlignmentProperty
Field Value
Microsoft.
|
HeaderProperty
Declaration
public static readonly DependencyProperty HeaderProperty
Field Value
Microsoft.
|
HeaderTemplateProperty
Declaration
public static readonly DependencyProperty HeaderTemplateProperty
Field Value
Microsoft.
|
IsActiveChangedEvent
IsActiveProperty
Declaration
public static readonly DependencyProperty IsActiveProperty
Field Value
Microsoft.
|
IsFixedSizeProperty
Declaration
public static readonly DependencyProperty IsFixedSizeProperty
Field Value
Microsoft.
|
SelectFirstTabOnActivationProperty
Declaration
public static readonly DependencyProperty SelectFirstTabOnActivationProperty
Field Value
Microsoft.
|
Properties
Color
Declaration
public Brush Color { get; set; }
Property Value
Microsoft.
|
Header
Declaration
public object Header { get; set; }
Property Value
System.
|
HeaderAlignment
Declaration
public HorizontalAlignment HeaderAlignment { get; set; }
Property Value
Microsoft.
|
HeaderTemplate
Declaration
public DataTemplate HeaderTemplate { get; set; }
Property Value
Microsoft.
|
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
System.
|
SelectFirstTabOnActivation
Declaration
public bool SelectFirstTabOnActivation { get; set; }
Property Value
System.
|
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Windows.
|
Returns
Windows.
|
GetGroupName(DependencyObject)
Declaration
public static string GetGroupName(DependencyObject obj)
Parameters
Microsoft.
|
Returns
System.
|
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Windows.
|
Returns
Windows.
|
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Microsoft.
|
OnPointerReleased(PointerRoutedEventArgs)
Declaration
protected override void OnPointerReleased(PointerRoutedEventArgs e)
Parameters
Microsoft.
|
SetGroupName(DependencyObject, String)
Declaration
public static void SetGroupName(DependencyObject obj, string value)
Parameters
Microsoft.
|
System.
|
Events
IsActiveChanged
Declaration
public event EventHandler<RadRoutedEventArgs> IsActiveChanged
Event Type
System.
|