menu

WinForms

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

    Show / Hide Table of Contents

    Class ChartToolBarCommandItem

    Specifies the toolbar item with the command.

    Inheritance
    System.Object
    ChartToolBarItemBase
    ChartToolBarItem
    ChartToolBarCommandItem
    Inherited Members
    ChartToolBarItemBase.DefaultName
    ChartToolBarItemBase.Tag
    ChartToolBarItemBase.ToolTip
    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.Forms.Chart
    Assembly: Syncfusion.Chart.Windows.dll
    Syntax
    public class ChartToolBarCommandItem : ChartToolBarItem

    Constructors

    ChartToolBarCommandItem()

    Initializes a new instance of the ChartToolBarCommandItem class.

    Declaration
    public ChartToolBarCommandItem()

    Properties

    Checked

    Gets or sets a value indicating whether this ChartToolBarItem is checked.

    Declaration
    public override bool Checked { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if checked; otherwise, false.

    Overrides
    ChartToolBarItem.Checked

    Command

    Gets or sets the command.

    Declaration
    public ChartCommand Command { get; set; }
    Property Value
    Type Description
    ChartCommand

    The command.

    Image

    Gets or sets the image.

    Declaration
    public override Image Image { get; set; }
    Property Value
    Type Description
    System.Drawing.Image

    The image.

    Overrides
    ChartToolBarItem.Image

    IsCheckable

    Gets or sets a value indicating whether this instance is checkable.

    Declaration
    public override bool IsCheckable { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is checkable; otherwise, false.

    Overrides
    ChartToolBarItem.IsCheckable

    Name

    Gets or sets the name.

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

    The name.

    Overrides
    ChartToolBarItemBase.Name

    Parameter

    Gets or sets the parameter.

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

    The parameter.

    See Also

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