UWP

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GraphicCell - UWP API Reference | Syncfusion GraphicCellControl. ">

    Show / Hide Table of Contents

    Class GraphicCell

    Represents a class that is used to maintain/reuse the GraphicCellControl.

    Inheritance
    System.Object
    GraphicCell
    Implements
    System.IDisposable
    Namespace: Syncfusion.UI.Xaml.Spreadsheet.GraphicCells
    Assembly: Syncfusion.SfSpreadsheet.UWP.dll
    Syntax
    public class GraphicCell : Object, IDisposable

    Constructors

    GraphicCell(GraphicModel)

    Initializes a new instance of GraphicCell class with the specified GraphicModel.

    Declaration
    public GraphicCell(GraphicModel model)
    Parameters
    Type Name Description
    GraphicModel model

    An instance of GraphicModel

    Methods

    Dispose()

    Dispose all the resources used by the GraphicCell class

    Declaration
    public void Dispose()

    Dispose(Boolean)

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

    Implements

    System.IDisposable

    Extension Methods

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