Class SfRibbonGalleryItem
Represents class for RibbonGalleryItem
Inheritance
Implements
Namespace: Syncfusion.UI.Xaml.Controls.SfRibbon
Assembly: Syncfusion.SfRibbon.UWP.dll
Syntax
[ClassReference(IsReviewed = false)]
public class SfRibbonGalleryItem : ContentControl, IDisposable
Constructors
SfRibbonGalleryItem()
Initializes a new instance of the SfRibbonGalleryItem class.
Declaration
public SfRibbonGalleryItem()
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 |
Properties
Command
Gets or sets the command 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 |
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 |
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 |
OnTapped(TappedRoutedEventArgs)
Called when an otherwise Tap interaction occurs over the area of this element.
Declaration
protected override void OnTapped(TappedRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Input.TappedRoutedEventArgs | e | Tapped Routed Event parameter |
Events
Click
Represents click event
Declaration
[ClassReference(IsReviewed = false)]
public event RoutedEventHandler Click
Event Type
Type |
---|
Windows.UI.Xaml.RoutedEventHandler |