Class SfRibbonGroupBarItem
Represents class for RibbonGroupBarItem
Inheritance
Implements
Namespace: Syncfusion.UI.Xaml.Controls.SfRibbon
Assembly: Syncfusion.SfRibbon.UWP.dll
Syntax
[ClassReference(IsReviewed = false)]
public class SfRibbonGroupBarItem : ContentControl, IDisposable
Constructors
SfRibbonGroupBarItem()
Initializes a new instance of the SfRibbonGroupBarItem class.
Declaration
public SfRibbonGroupBarItem()
Fields
CommandParameterProperty
Using a DependencyProperty as the backing store for CommandParameter. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty CommandParameterProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
CommandProperty
Using a DependencyProperty as the backing store for Command. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty CommandProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
IsSelectedProperty
Using a DependencyProperty as the backing store for IsSelected. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty IsSelectedProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
Command
Gets or sets the Command value that will be executed when the command source is invoked
Declaration
[ClassReference(IsReviewed = false)]
public ICommand Command { get; set; }
Property Value
Type |
---|
System.Windows.Input.ICommand |
CommandParameter
Gets or sets the representing a user defined data value that can be passed to the command when it is executed
Declaration
[ClassReference(IsReviewed = false)]
public object CommandParameter { get; set; }
Property Value
Type |
---|
System.Object |
IsSelected
Gets or sets a value indicating whether this instance is selected.
Declaration
[ClassReference(IsReviewed = false)]
public bool IsSelected { get; set; }
Property Value
Type |
---|
System.Boolean |
Methods
Dispose()
dispose method
Declaration
public void Dispose()
Dispose(Boolean)
Method for dispose
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | disposing parameter |
OnPointerEntered(PointerRoutedEventArgs)
Called when a pointer enters the area of this element.
Declaration
protected override void OnPointerEntered(PointerRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Input.PointerRoutedEventArgs | e | Pointer Routed Event parameter |
OnPointerExited(PointerRoutedEventArgs)
Called when a pointer leaves the area of this element.
Declaration
protected override void OnPointerExited(PointerRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Input.PointerRoutedEventArgs | e | Pointer Routed Event parameter |
OnPointerPressed(PointerRoutedEventArgs)
///
Declaration
protected override void OnPointerPressed(PointerRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Input.PointerRoutedEventArgs | e | Pointer Routed Event parameter |
OnPointerReleased(PointerRoutedEventArgs)
Called when the pointer device that previously initiated a Press action is released
Declaration
protected override void OnPointerReleased(PointerRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Input.PointerRoutedEventArgs | e | Pointer Routed Event parameter |
Events
Click
Represents the Click event
Declaration
[ClassReference(IsReviewed = false)]
public event RoutedEventHandler Click
Event Type
Type |
---|
Windows.UI.Xaml.RoutedEventHandler |