menu

WinForms

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

    Show / Hide Table of Contents

    Class SpreadsheetGroupButton

    Class for Expand/Collapse buttons placed in the OutlinesPanel.

    Inheritance
    System.Object
    SpreadsheetGroupButton
    Namespace: Syncfusion.Windows.Forms.Spreadsheet
    Assembly: Syncfusion.Spreadsheet.Windows.dll
    Syntax
    public class SpreadsheetGroupButton : Button

    Constructors

    SpreadsheetGroupButton()

    Initializes a new instance of the SpreadsheetGroupButton class.

    Declaration
    public SpreadsheetGroupButton()

    SpreadsheetGroupButton(IOutlineWrapper)

    Initializes a new instance of the SpreadsheetGroupButton class.

    Declaration
    public SpreadsheetGroupButton(IOutlineWrapper outlineWrapper)
    Parameters
    Type Name Description
    IOutlineWrapper outlineWrapper

    Holds the information about the outlines

    Properties

    Checked

    To indicate the State of the Grouping button

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

    OutlineWrapper

    Gets or sets an instance of IOutlineWrapper which contains the information about outlines .

    Declaration
    public IOutlineWrapper OutlineWrapper { get; set; }
    Property Value
    Type Description
    IOutlineWrapper

    An instance of IOutlineWrapper.

    Methods

    OnPaint(PaintEventArgs)

    Declaration
    protected override void OnPaint(PaintEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Forms.PaintEventArgs e
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved