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.UI.Xaml.DependencyProperty
|
GroupNameProperty
Declaration
public static readonly DependencyProperty GroupNameProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
HeaderAlignmentProperty
Declaration
public static readonly DependencyProperty HeaderAlignmentProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
HeaderProperty
Declaration
public static readonly DependencyProperty HeaderProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
HeaderTemplateProperty
Declaration
public static readonly DependencyProperty HeaderTemplateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
IsActiveChangedEvent
IsActiveProperty
Declaration
public static readonly DependencyProperty IsActiveProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
IsFixedSizeProperty
Declaration
public static readonly DependencyProperty IsFixedSizeProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
SelectFirstTabOnActivationProperty
Declaration
public static readonly DependencyProperty SelectFirstTabOnActivationProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Color
Declaration
public Brush Color { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
Header
Declaration
public object Header { get; set; }
Property Value
|
System.Object
|
HeaderAlignment
Declaration
public HorizontalAlignment HeaderAlignment { get; set; }
Property Value
|
Microsoft.UI.Xaml.HorizontalAlignment
|
HeaderTemplate
Declaration
public DataTemplate HeaderTemplate { get; set; }
Property Value
|
Microsoft.UI.Xaml.DataTemplate
|
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
|
System.Boolean
|
SelectFirstTabOnActivation
Declaration
public bool SelectFirstTabOnActivation { get; set; }
Property Value
|
System.Boolean
|
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
|
Windows.Foundation.Size
finalSize
|
Returns
|
Windows.Foundation.Size
|
GetGroupName(DependencyObject)
Declaration
public static string GetGroupName(DependencyObject obj)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
obj
|
Returns
|
System.String
|
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
|
Windows.Foundation.Size
availableSize
|
Returns
|
Windows.Foundation.Size
|
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
OnPointerReleased(PointerRoutedEventArgs)
Declaration
protected override void OnPointerReleased(PointerRoutedEventArgs e)
Parameters
|
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs
e
|
SetGroupName(DependencyObject, String)
Declaration
public static void SetGroupName(DependencyObject obj, string value)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
obj
|
|
System.String
value
|
Events
IsActiveChanged
Declaration
public event EventHandler<RadRoutedEventArgs> IsActiveChanged
Event Type
|
System.EventHandler<RadRoutedEventArgs>
|