menu

WinForms

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

    Show / Hide Table of Contents

    Class ChartToolBarPrintItem

    Represents default toolbar item. This item provides the printing feature.

    Inheritance
    System.Object
    ChartToolBarItemBase
    ChartToolBarItem
    ChartToolBarPrintItem
    Inherited Members
    ChartToolBarItem.Image
    ChartToolBarItemBase.DefaultName
    ChartToolBarItemBase.Name
    ChartToolBarItemBase.Tag
    ChartToolBarItemBase.ToolTip
    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 sealed class ChartToolBarPrintItem : ChartToolBarItem

    Constructors

    ChartToolBarPrintItem()

    Initializes a new instance of the ChartToolBarPrintItem class.

    Declaration
    public ChartToolBarPrintItem()

    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

    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

    Methods

    Equals(Object)

    Override for the equals method.

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj

    Object to be compared

    Returns
    Type Description
    System.Boolean

    Returns true or false based on the DefaultName property

    Overrides
    System.Object.Equals(System.Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved