menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridTooltipService - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridTooltipService

    A helper class to show tooltips for grid cells.

    Inheritance
    System.Object
    GridTooltipService
    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.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridTooltipService : IDisposable

    Constructors

    GridTooltipService()

    Declaration
    public GridTooltipService()

    Fields

    ErrorImageBounds

    Declaration
    public const double ErrorImageBounds = 15
    Field Value
    Type
    System.Double

    ErrorMargin

    Declaration
    public const double ErrorMargin = 20
    Field Value
    Type
    System.Double

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Dispose(DependencyObject)

    Releases all the resources used by this component.

    Declaration
    public static void Dispose(DependencyObject dop)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dop

    GetMouseDownFlag(DependencyObject)

    Gets the value of CommentDelay property.

    Declaration
    public static bool? GetMouseDownFlag(DependencyObject dpo)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dpo

    The grid.

    Returns
    Type Description
    System.Nullable<System.Boolean>

    True if the operation is successful; false otherwise.

    GetMouseLeaveFlag(DependencyObject)

    Gets the value of TooltipDelay property.

    Declaration
    public static bool? GetMouseLeaveFlag(DependencyObject dpo)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dpo

    The grid.

    Returns
    Type Description
    System.Nullable<System.Boolean>

    True if the operation is successful; false otherwise.

    GetSelectionChangedFlag(DependencyObject)

    Gets the value of CommentDelay property.

    Declaration
    public static bool? GetSelectionChangedFlag(DependencyObject dpo)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dpo

    The grid.

    Returns
    Type Description
    System.Nullable<System.Boolean>

    True if the operation is successful; false otherwise.

    GetShowErrorTooltips(DependencyObject)

    Gets the value of ShowErrorTooltips property.

    Declaration
    public static bool GetShowErrorTooltips(DependencyObject dpo)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dpo

    The grid.

    Returns
    Type Description
    System.Boolean

    True if the operation is successful; false otherwise.

    GetShowTooltips(DependencyObject)

    Gets the value of ShowTooltips property.

    Declaration
    public static bool GetShowTooltips(DependencyObject dpo)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dpo

    The grid.

    Returns
    Type Description
    System.Boolean

    True if the operation is successful; false otherwise.

    GetTooltipDelay(DependencyObject)

    Gets the value of TooltipDelay property.

    Declaration
    public static int? GetTooltipDelay(DependencyObject dpo)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dpo

    The grid.

    Returns
    Type Description
    System.Nullable<System.Int32>

    True if the operation is successful; false otherwise.

    SetMouseDownFlag(DependencyObject, Boolean)

    Sets the value of CommentDelay property.

    Declaration
    public static void SetMouseDownFlag(DependencyObject dpo, bool value)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dpo

    The grid.

    System.Boolean value

    The new value.

    SetMouseLeaveFlag(DependencyObject, Boolean)

    Sets the value of TooltipDelay property.

    Declaration
    public static void SetMouseLeaveFlag(DependencyObject dpo, bool value)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dpo

    The grid.

    System.Boolean value

    The new value.

    SetSelectionChangedFlag(DependencyObject, Boolean)

    Sets the value of CommentDelay property.

    Declaration
    public static void SetSelectionChangedFlag(DependencyObject dpo, bool value)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dpo

    The grid.

    System.Boolean value

    The new value.

    SetShowErrorTooltips(DependencyObject, Boolean)

    Sets the value of ShowErrorTooltips property.

    Declaration
    public static void SetShowErrorTooltips(DependencyObject dpo, bool value)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dpo

    The grid.

    System.Boolean value

    The new value.

    SetShowTooltips(DependencyObject, Boolean)

    Sets the value of ShowTooltips property.

    Declaration
    public static void SetShowTooltips(DependencyObject dpo, bool value)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dpo

    The grid.

    System.Boolean value

    The new value.

    SetTooltipDelay(DependencyObject, Int32)

    Sets the value of TooltipDelay property.

    Declaration
    public static void SetTooltipDelay(DependencyObject dpo, int value)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dpo

    The grid.

    System.Int32 value

    The new value.

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved