Class GroupChrome
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.RibbonView.Primitives
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class GroupChrome : HeaderedContentControl
Constructors
GroupChrome()
Declaration
public GroupChrome()
Fields
DialogLauncherButtonStyleProperty
Declaration
public static readonly DependencyProperty DialogLauncherButtonStyleProperty
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.
|
Properties
DialogLauncherButtonStyle
Declaration
public Style DialogLauncherButtonStyle { get; set; }
Property Value
Microsoft.
|
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.
|
IsCollapsed
Declaration
public bool IsCollapsed { get; set; }
Property Value
System.
|
IsPushed
Declaration
public bool IsPushed { get; set; }
Property Value
System.
|
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
Overrides
OnLaunchDialog(RoutedEventArgs)
Declaration
protected virtual void OnLaunchDialog(RoutedEventArgs e)
Parameters
Microsoft.
|
OnPointerEntered(PointerRoutedEventArgs)
Declaration
protected override void OnPointerEntered(PointerRoutedEventArgs e)
Parameters
Microsoft.
|
OnPointerExited(PointerRoutedEventArgs)
Declaration
protected override void OnPointerExited(PointerRoutedEventArgs e)
Parameters
Microsoft.
|
Events
LaunchDialog
Declaration
public event EventHandler<RoutedEventArgs> LaunchDialog
Event Type
System.
|