Class ToolTipMode
Defines the constants that specify whether the tooltip should be displayed for all the cells or only for the cells with trimmed content.
Inheritance
System.Object
ToolTipMode
Namespace: Syncfusion.WinForms.DataGrid.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public sealed class ToolTipMode : Enum
Fields
AllCells
Shows tooltip for all the record cells in the grid.
Declaration
public const ToolTipMode AllCells
Field Value
| Type |
|---|
| ToolTipMode |
TrimmedCells
Shows tooltip only for the cells with trimmed text.
Declaration
public const ToolTipMode TrimmedCells
Field Value
| Type |
|---|
| ToolTipMode |