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.UI.Xaml.Spreadsheet
Assembly: Syncfusion.SfSpreadsheet.UWP.dll
Syntax
public class FillDropDownItem : Control, 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 virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
OnApplyTemplate()
Builds the visual tree for the FillDropDownItem when a new template is applied.
Declaration
protected override void OnApplyTemplate()
Implements
System.IDisposable