Class ToolBarIteminfo
Inheritance
System.Object
ToolBarIteminfo
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Shared.Wpf.dll
Syntax
public class ToolBarIteminfo : INotifyPropertyChanged
Constructors
ToolBarIteminfo()
Initializes the new instance of ToolBarIteminfo
Declaration
public ToolBarIteminfo()
Properties
Host
Gets or Sets the Host
Declaration
public object Host { get; set; }
Property Value
Type |
---|
System.Object |
Icon
Gets or Sets Icon in specified item to be displayed in AddRemovebutton Menu.
Declaration
public ImageSource Icon { get; set; }
Property Value
Type |
---|
System.Windows.Media.ImageSource |
IconTemplate
Identifies the IconTemplate dependency attached property.
Declaration
public DataTemplate IconTemplate { get; set; }
Property Value
Type |
---|
System.Windows.DataTemplate |
Remarks
The identifier for the IconTemplate dependency attached property.
IsChecked
Gets or Sets the bool value of IsChecked
Declaration
public bool IsChecked { get; set; }
Property Value
Type |
---|
System.Boolean |
Label
Gets or Sets a label for specified item to be displayed in AddRemovebuttons Menu.
Declaration
public string Label { get; set; }
Property Value
Type |
---|
System.String |
Methods
OnPropertyChanged(String)
Called Whenever property Changes
Declaration
public void OnPropertyChanged(string property)
Parameters
Type | Name | Description |
---|---|---|
System.String | property |
Events
PropertyChanged
Occurs Event When the Property changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged