WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ToolBarIteminfo

    Show / Hide Table of Contents

    Class ToolBarIteminfo

    Inheritance
    System.Object
    ToolBarIteminfo
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    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 Description
    System.Windows.Media.ImageSource

    IconTemplate

    Identifies the IconTemplate dependency attached property.

    Declaration
    public DataTemplate IconTemplate { get; set; }
    Property Value
    Type Description
    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 Description
    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 Description
    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 Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved