menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ToolbarItem - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ToolbarItem

    Gets or sets the item to be displayed at the center of the header toolbar.

    Inheritance
    System.Object
    ToolbarItem
    Namespace: Syncfusion.UI.Xaml.ImageEditor
    Assembly: Syncfusion.SfImageEditor.WPF.dll
    Syntax
    public class ToolbarItem : DependencyObject

    Constructors

    ToolbarItem()

    Declaration
    public ToolbarItem()

    Fields

    IconTemplateProperty

    The DependencyProperty for IconTemplate property.

    Declaration
    public static readonly DependencyProperty IconTemplateProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    IconTemplate

    Gets or sets the icon template for the tool bar item.

    Declaration
    public DataTemplate IconTemplate { get; set; }
    Property Value
    Type
    System.Windows.DataTemplate

    Name

    Gets or sets the name for the tool bar item.

    Declaration
    public string Name { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved