UWP

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FillDropDownItem - UWP 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.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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved