Class PivotGridTooltipService
A helper class to show tooltip for Grid cells.
Inheritance
Namespace: Syncfusion.Windows.Controls.PivotGrid
Assembly: Syncfusion.PivotAnalysis.WPF.dll
Syntax
public class PivotGridTooltipService : Object
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 Nullable<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 Nullable<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 Nullable<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 Nullable<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. |