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