alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved