alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class ToolTipOptions

    Represents a class that provides the options to customize the ToolTipOption of SfDataGrid.

    Inheritance
    System.Object
    ToolTipOptions
    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.WinForms.DataGrid.Interactivity
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public class ToolTipOptions

    Constructors

    ToolTipOptions(TableControl)

    Initializes a new instance of the ToolTipOptions class.

    Declaration
    public ToolTipOptions(TableControl tableControl)
    Parameters
    Type Name Description
    TableControl tableControl

    Object of the TableControl.

    Properties

    AutoPopDelay

    Gets or sets the period of time the ToolTipOption remains visible if the pointer is stationary on a cell.

    Declaration
    public int AutoPopDelay { get; set; }
    Property Value
    Type
    System.Int32

    InitialDelay

    Gets or sets the time that passes before the ToolTipOption appears.

    Declaration
    public int InitialDelay { get; set; }
    Property Value
    Type
    System.Int32

    ShadowVisible

    Gets or sets a value indicating whether shadow should be drawn for the ToolTipOption.

    Declaration
    public bool ShadowVisible { get; set; }
    Property Value
    Type
    System.Boolean

    ToolTipMode

    Gets or sets a value indicating whether the tooltip should be displayed for all the cells or only for the cells with trimmed text.

    Declaration
    public ToolTipMode ToolTipMode { get; set; }
    Property Value
    Type
    ToolTipMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved