GroupChrome
Content control that provides the chrome for the Ribbon groups.
Definition
Namespace:Telerik.Windows.Controls.RibbonView.Primitives
Assembly:Telerik.Windows.Controls.RibbonView.dll
Syntax:
public class GroupChrome : HeaderedContentControl
Inheritance: objectGroupChrome
Constructors
Initializes a new instance of the GroupChrome class.
public GroupChrome()
Fields
DialogLauncherButtonStyleProperty
DependencyProperty
Identifies the DialogLauncherButtonStyle property.
public static readonly DependencyProperty DialogLauncherButtonStyleProperty
DialogLauncherCommandParameterProperty
DependencyProperty
Identifies the DialogLauncherCommandParameter property.
public static readonly DependencyProperty DialogLauncherCommandParameterProperty
DialogLauncherCommandProperty
DependencyProperty
Identifies the DialogLauncherCommand property.
public static readonly DependencyProperty DialogLauncherCommandProperty
DialogLauncherCommandTargetProperty
DependencyProperty
Identifies the DialogLauncherCommandTarget property.
public static readonly DependencyProperty DialogLauncherCommandTargetProperty
DialogLauncherVisibilityProperty
DependencyProperty
Identifies the DialogLauncherVisibility property.
public static readonly DependencyProperty DialogLauncherVisibilityProperty
IsCollapsedProperty
DependencyProperty
Identifies the DialogLauncherVisibility property.
public static readonly DependencyProperty IsCollapsedProperty
IsPushedProperty
DependencyProperty
Identifies the DialogLauncherButtonStyle property.
public static readonly DependencyProperty IsPushedProperty
Properties
Gets or sets the dialog launcher button style.
public Style DialogLauncherButtonStyle { get; set; }
The dialog launcher button style.
Gets the command that will be executed when the command source is invoked. This is a dependency property.
[TypeConverter(typeof(CommandConverter))]
public ICommand DialogLauncherCommand { get; set; }
Represents a user defined data value that can be passed to the command when it is executed. This is a dependency property.
public object DialogLauncherCommandParameter { get; set; }
DialogLauncherCommandTarget
UIElement
The object that the command is being executed on. This is a dependency property.
public UIElement DialogLauncherCommandTarget { get; set; }
DialogLauncherVisibility
Visibility
Gets or sets the dialog launcher button visibility.
public Visibility DialogLauncherVisibility { get; set; }
Gets or sets a value indicating whether this instance is collapsed.
public bool IsCollapsed { get; set; }
True if this instance is collapsed; otherwise, false.
Methods
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call .
public override void OnApplyTemplate()
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Called before the event occurs.
protected override void OnMouseEnter(MouseEventArgs e)
The data for the event.
Called before the event occurs.
protected override void OnMouseLeave(MouseEventArgs e)
The data for the event.
Events
Occurs when the button for the dialog launcher is clicked.
public event EventHandler LaunchDialog