WPF

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

    Show / Hide Table of Contents

    Class PivotGridTooltipService

    A helper class to show tooltip for Grid cells.

    Inheritance
    System.Object
    PivotGridTooltipService
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Controls.PivotGrid
    Assembly: Syncfusion.PivotAnalysis.WPF.dll
    Syntax
    public class PivotGridTooltipService

    Constructors

    PivotGridTooltipService()

    Declaration
    public PivotGridTooltipService()

    Methods

    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

    The parent Grid.

    GetMouseDownFlag(DependencyObject)

    Gets the value of "MouseDownFlag" property.

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

    The PivotGrid.

    Returns
    Type Description
    System.Nullable<System.Boolean>

    Returns true if the operation is successful; otherwise, false.

    GetMouseLeaveFlag(DependencyObject)

    Gets the value of "MouseLeaveFlag" property.

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

    The PivotGrid.

    Returns
    Type Description
    System.Nullable<System.Boolean>

    Returns true if the operation is successful; otherwise, false.

    GetSelectionChangedFlag(DependencyObject)

    Gets the value of "SelectionChangedFlag" property.

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

    The PivotGrid.

    Returns
    Type Description
    System.Nullable<System.Boolean>

    Returns true if the operation is successful; otherwise, false.

    GetShowTooltips(DependencyObject)

    Gets the value of "ShowTooltips" property.

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

    The PivotGrid.

    Returns
    Type Description
    System.Boolean

    Returns true if the operation is successful; otherwise, false.

    GetTooltipDelay(DependencyObject)

    Gets the tooltip delay value.

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

    The PivotGrid.

    Returns
    Type Description
    System.Nullable<System.Int32>

    The delay value.

    SetMouseDownFlag(DependencyObject, Boolean)

    Sets the value of "MouseDownFlag" property.

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

    The PivotGrid.

    System.Boolean value

    The new value.

    SetMouseLeaveFlag(DependencyObject, Boolean)

    Sets the value of "MouseLeaveFlag" property.

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

    The PivotGrid.

    System.Boolean value

    The new value.

    SetSelectionChangedFlag(DependencyObject, Boolean)

    Sets the value of "SelectionChangedFlag" property.

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

    The PivotGrid.

    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 PivotGrid.

    System.Boolean value

    The new value.

    SetTooltipDelay(DependencyObject, Int32)

    Sets the tooltip delay value.

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

    The PivotGrid.

    System.Int32 value

    The new delay value.

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