Enum ToolTipMode
Defines the constants that specify whether the tooltip should be displayed for all the cells or only for the cells with trimmed content.
Namespace: Syncfusion.WinForms.DataGrid.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public enum ToolTipMode
Fields
Name | Description |
---|---|
AllCells | Shows tooltip for all the record cells in the grid. |
TrimmedCells | Shows tooltip only for the cells with trimmed text. |