menu

UWP

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

    Show / Hide Table of Contents

    Class GridCommentTooltipService

    Represents a class which holds the operations related with Comment popup and Tooltip popup in SfCellGrid.

    Inheritance
    System.Object
    GridCommentTooltipService
    Implements
    System.IDisposable
    Namespace: Syncfusion.UI.Xaml.CellGrid
    Assembly: Syncfusion.SfCellGrid.UWP.dll
    Syntax
    public class GridCommentTooltipService : Object, IDisposable

    Constructors

    GridCommentTooltipService(SfCellGrid)

    Initializes a new instance of the GridCommentTooltipService class.

    Declaration
    public GridCommentTooltipService(SfCellGrid cellgrid)
    Parameters
    Type Name Description
    SfCellGrid cellgrid

    An instance of SfCellGrid.

    Methods

    Dispose()

    Call the Dispose and SuppressFinalize method for dipose the instance of GridCommentTooltipService class.

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Releases all resources used by the. GridCommentTooltipService.

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

    Dispose the instance, if it is True

    Implements

    System.IDisposable

    Extension Methods

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