Class PivotGridHyperlinkCell
Derived class that aggregates the functionality of "PivotGridHyperlinkCell" object into a ContentControl.
Inheritance
Namespace: Syncfusion.Windows.Controls.PivotGrid
Assembly: Syncfusion.PivotAnalysis.WPF.dll
Syntax
public class PivotGridHyperlinkCell : ContentControl
Constructors
PivotGridHyperlinkCell()
Declaration
public PivotGridHyperlinkCell()
Fields
IsEnabledOnMouseOverProperty
Identifies the IsEnabledOnMouseOver dependency property.
Declaration
public static readonly DependencyProperty IsEnabledOnMouseOverProperty
Field Value
Type | Description |
---|---|
System.Windows.DependencyProperty | The identifier for the IsEnabledOnMouseOver dependency property. |
PivotCellInfoProperty
Identifies the PivotCellInfo dependency property.
Declaration
public static readonly DependencyProperty PivotCellInfoProperty
Field Value
Type | Description |
---|---|
System.Windows.DependencyProperty | The identifier for the PivotCellInfo dependency property. |
Properties
GridControlBase
Gets or sets the GridControlBase that shares the basic characteristics of Grid.
Declaration
public PivotGridControlBase GridControlBase { get; set; }
Property Value
Type |
---|
PivotGridControlBase |
HAlignment
Gets the horizontal alignment of the cells.
Declaration
public HorizontalAlignment HAlignment { get; set; }
Property Value
Type |
---|
System.Windows.HorizontalAlignment |
IsEnabledOnMouseOver
Gets or sets a value to indicate whether to enable hyperlink in Grid cell on mouse over.
Declaration
public bool IsEnabledOnMouseOver { get; set; }
Property Value
Type |
---|
System.Boolean |
PivotCellInfo
Gets or sets the Grid cell information.
Declaration
public PivotCellInfo PivotCellInfo { get; set; }
Property Value
Type |
---|
PivotCellInfo |
ValueTextBlock
Gets or sets the text block of the value cell.
Declaration
public TextBlock ValueTextBlock { get; set; }
Property Value
Type |
---|
System.Windows.Controls.TextBlock |
Methods
OnApplyTemplate()
When overridden in a derived class, it is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
Declaration
public override void OnApplyTemplate()