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