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
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.CellGrid
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public class GridCommentTooltipService : 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