Class CustomRibbonItem
Represents the class for custom ribbon item of the QAT.
Inheritance
System.Object
CustomRibbonItem
Implements
System.IDisposable
System.ComponentModel.INotifyPropertyChanged
Assembly: Syncfusion.Tools.Wpf.dll
public class CustomRibbonItem : Object, IRibbonControl, IDisposable, INotifyPropertyChanged
Constructors
Declaration
public CustomRibbonItem(object source)
Parameters
Type |
Name |
Description |
System.Object |
source |
|
Properties
Declaration
public DataTemplate IconTemplate { get; set; }
Property Value
Type |
System.Windows.DataTemplate |
Declaration
public DataTemplateSelector IconTemplateSelector { get; set; }
Property Value
Type |
System.Windows.Controls.DataTemplateSelector |
Declaration
public IconType IconType { get; set; }
Property Value
Declaration
public string Label { get; set; }
Property Value
Declaration
public string r_AutomationID { get; set; }
Property Value
Declaration
public string r_Name { get; set; }
Property Value
Declaration
public ImageSource SmallIcon { get; }
Property Value
Type |
System.Windows.Media.ImageSource |
Declaration
public object ToolTip { get; set; }
Property Value
Gets or sets a value indicating whether VectorImage.
Declaration
public ObservableCollection<Path> VectorImage { get; set; }
Property Value
Type |
System.Collections.ObjectModel.ObservableCollection<System.Windows.Shapes.Path> |
Methods
Declaration
Events
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.IDisposable
System.ComponentModel.INotifyPropertyChanged