menu

WinForms

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

    Show / Hide Table of Contents

    Class FillDropDownItem

    Represents the class that uses a control template to design an interface for fill series elements

    Inheritance
    System.Object
    FillDropDownItem
    Implements
    System.IDisposable
    Namespace: Syncfusion.Windows.Forms.Spreadsheet
    Assembly: Syncfusion.Spreadsheet.Windows.dll
    Syntax
    public class FillDropDownItem : ToolStripDropDownButton, IDisposable

    Constructors

    FillDropDownItem()

    Initializes a new instance of FillDropDownItem class

    Declaration
    public FillDropDownItem()

    FillDropDownItem(SpreadsheetGrid)

    Initializes a new instance of FillDropDownItem class with the specified SpreadsheetGrid

    Declaration
    public FillDropDownItem(SpreadsheetGrid grid)
    Parameters
    Type Name Description
    SpreadsheetGrid grid

    Methods

    Dispose()

    Dispose all the resources used by the FillDropDownItem class

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    Implements

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