Class PivotGridHyperlinkCell
Represents the grid cell that does not contain expander.
Inheritance
System.Object
PivotGridHyperlinkCell
Namespace: Syncfusion.UI.Xaml.PivotGrid
Assembly: Syncfusion.SfPivotGrid.UWP.dll
Syntax
public class PivotGridHyperlinkCell : ContentControl
Constructors
PivotGridHyperlinkCell()
Initializes a new instance of the PivotGridHyperlinkCell class.
Declaration
public PivotGridHyperlinkCell()
Fields
CellDescriptorProperty
Identifies the Syncfusion.UI.Xaml.PivotGrid.PivotCellInfo.CellDescriptor dependency property.
Declaration
public static DependencyProperty CellDescriptorProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
PivotCellInfosProperty
Identifies the Syncfusion.UI.Xaml.PivotGrid.PivotCellInfo.PivotCellDescriptor dependency property.
Declaration
public static DependencyProperty PivotCellInfosProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
CellDescriptor
Gets or sets the associated descriptor for each Cell
Declaration
public PivotCellDescriptor CellDescriptor { get; set; }
Property Value
Type |
---|
PivotCellDescriptor |
GridBase
Gets or sets the internal grid used to render Pivot Grid.
Declaration
public PivotGridControlBase GridBase { get; set; }
Property Value
Type |
---|
PivotGridControlBase |
HAlignment
Gets the horizontal alignment of text block that contains cell value.
Declaration
public HorizontalAlignment HAlignment { get; }
Property Value
Type |
---|
Windows.UI.Xaml.HorizontalAlignment |
PivotCellDescriptor
Gets or sets the pivot cell information.
Declaration
public PivotCellInfo PivotCellDescriptor { get; set; }
Property Value
Type |
---|
PivotCellInfo |
ValueTextBlock
Gets or sets the text block that contains cell value.
Declaration
public TextBlock ValueTextBlock { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Controls.TextBlock |
Methods
add_LinkClicked(LinkLabelClickEventHandler)
Declaration
public void add_LinkClicked(LinkLabelClickEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
LinkLabelClickEventHandler | value |
OnApplyTemplate()
Builds the visual tree for this control when a new template is applied.
Declaration
protected override void OnApplyTemplate()
remove_LinkClicked(LinkLabelClickEventHandler)
Declaration
public void remove_LinkClicked(LinkLabelClickEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
LinkLabelClickEventHandler | value |
Events
LinkClicked
Occurs when the link is clicked in the cell.
Declaration
public event LinkLabelClickEventHandler LinkClicked
Event Type
Type |
---|
LinkLabelClickEventHandler |