Class RadRibbonGroup
Inheritance
System.Object
RadRibbonGroup
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadRibbonGroup : HeaderedItemsControl
Constructors
Fields
Declaration
public static readonly DependencyProperty DefaultVariantProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty DialogLauncherCommandParameterProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty DialogLauncherCommandProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty DialogLauncherCommandTargetProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty DialogLauncherVisibilityProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty IconProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly RoutedEvent LaunchDialogEvent
Field Value
Declaration
public static readonly DependencyProperty SeparatorStyleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty VariantProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty VariantsSourceProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public RibbonGroupVariant DefaultVariant { get; set; }
Property Value
Declaration
public ICommand DialogLauncherCommand { get; set; }
Property Value
|
System.Windows.Input.ICommand
|
Declaration
public object DialogLauncherCommandParameter { get; set; }
Property Value
Declaration
public UIElement DialogLauncherCommandTarget { get; set; }
Property Value
|
Microsoft.UI.Xaml.UIElement
|
Declaration
public Visibility DialogLauncherVisibility { get; set; }
Property Value
|
Microsoft.UI.Xaml.Visibility
|
Declaration
public IconElement Icon { get; set; }
Property Value
|
Microsoft.UI.Xaml.Controls.IconElement
|
Declaration
public Style SeparatorStyle { get; set; }
Property Value
Declaration
public RibbonGroupVariant Variant { get; }
Property Value
Declaration
public GroupVariantCollection Variants { get; }
Property Value
Declaration
public IEnumerable<GroupVariant> VariantsSource { get; set; }
Property Value
Methods
Declaration
protected override void OnApplyTemplate()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
Declaration
protected virtual void OnLaunchDialog(RadRoutedEventArgs e)
Parameters
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
element
|
|
System.Object
item
|
Overrides
Events
Declaration
public event EventHandler<RadRoutedEventArgs> LaunchDialog
Event Type
Extension Methods