Class ChartToolBarCommandItem
Specifies the toolbar item with the command.
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.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 |
|
Overrides
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
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 |
|
Overrides
Name
Gets or sets the name.
Declaration
public override string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
Overrides
Parameter
Gets or sets the parameter.
Declaration
public string Parameter { get; set; }
Property Value
Type | Description |
---|---|
System.String | The parameter. |