alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class ChartToolBarItemBase

    Specifies the abstract class for implementation of toolbar items.

    Inheritance
    System.Object
    ChartToolBarItemBase
    ChartToolBarItem
    ChartToolBarSplitter
    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Windows.dll
    Syntax
    public abstract class ChartToolBarItemBase : Object

    Constructors

    ChartToolBarItemBase()

    Initializes a new instance of the ChartToolBarItemBase class.

    Declaration
    public ChartToolBarItemBase()

    Properties

    DefaultName

    Gets the name of the default.

    Declaration
    protected virtual string DefaultName { get; }
    Property Value
    Type Description
    System.String

    The name of the default.

    Name

    Gets or sets the name.

    Declaration
    public virtual string Name { get; set; }
    Property Value
    Type Description
    System.String

    The name.

    Tag

    Gets or sets the tag.

    Declaration
    public object Tag { get; set; }
    Property Value
    Type Description
    System.Object

    The tag.

    ToolTip

    Gets or sets the tool tip.

    Declaration
    public string ToolTip { get; set; }
    Property Value
    Type Description
    System.String

    The tool tip.

    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved