Class PivotGridExpandHyperlinkCell
Represents the grid cell containing expander.
Inheritance
System.Object
PivotGridExpandHyperlinkCell
Assembly: Syncfusion.SfPivotGrid.UWP.dll
Syntax
public class PivotGridExpandHyperlinkCell : ContentControl
Constructors
PivotGridExpandHyperlinkCell()
Declaration
public PivotGridExpandHyperlinkCell()
Fields
CellDescriptorProperty
Declaration
public static DependencyProperty CellDescriptorProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
ExpanderStyleProperty
Declaration
public static DependencyProperty ExpanderStyleProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
IsHyperlinkCellProperty
Declaration
public static DependencyProperty IsHyperlinkCellProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
PivotCellDescriptorProperty
Declaration
public static DependencyProperty PivotCellDescriptorProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Properties
CellDescriptor
Gets or sets the descriptor for expander cells.
Declaration
public PivotCellDescriptor CellDescriptor { get; set; }
Property Value
CellValueTextBlock
Gets or sets the text block that contains cell value.
Declaration
public TextBlock CellValueTextBlock { get; set; }
Property Value
Type |
Windows.UI.Xaml.Controls.TextBlock |
ExpanderStyle
Gets or sets the expander style property.
Declaration
public Style ExpanderStyle { get; }
Property Value
Type |
Windows.UI.Xaml.Style |
GridControl
Gets or sets the parent pivot grid control.
Declaration
public SfPivotGrid GridControl { get; set; }
Property Value
HasChildren
Gets or sets the visibility based on child members of the current cell.
Declaration
public Visibility HasChildren { get; }
Property Value
Type |
Windows.UI.Xaml.Visibility |
IsExpanded
Gets the value indicating whether the current cell is expanded or not.
Declaration
public bool IsExpanded { get; }
Property Value
IsHyperlinkCell
Gets or sets a value indicating whether the current cell is hyper-linked or not.
Declaration
public bool IsHyperlinkCell { get; set; }
Property Value
Remarks
PivotCellDescriptor
Gets or sets the pivot cell information.
Declaration
public PivotCellInfo PivotCellDescriptor { get; set; }
Property Value
Methods
add_CellClicked(PivotGridDrillDownEventHandler)
Declaration
public void add_CellClicked(PivotGridDrillDownEventHandler value)
Parameters
add_ExpanderClicked(PivotGridDrillDownEventHandler)
Declaration
public void add_ExpanderClicked(PivotGridDrillDownEventHandler value)
Parameters
add_LinkClicked(LinkLabelClickEventHandler)
Declaration
public void add_LinkClicked(LinkLabelClickEventHandler value)
Parameters
OnApplyTemplate()
Builds the visual tree for this control when a new template is applied.
Declaration
protected override void OnApplyTemplate()
Called before the Windows.UI.Xaml.UIElement.RightTappedEvent event occurs.
Declaration
protected override void OnPointerPressed(PointerRoutedEventArgs e)
Parameters
Type |
Name |
Description |
Windows.UI.Xaml.Input.PointerRoutedEventArgs |
e |
Event data for the event.
|
remove_CellClicked(PivotGridDrillDownEventHandler)
Declaration
public void remove_CellClicked(PivotGridDrillDownEventHandler value)
Parameters
remove_ExpanderClicked(PivotGridDrillDownEventHandler)
Declaration
public void remove_ExpanderClicked(PivotGridDrillDownEventHandler value)
Parameters
remove_LinkClicked(LinkLabelClickEventHandler)
Declaration
public void remove_LinkClicked(LinkLabelClickEventHandler value)
Parameters
Events
CellClicked
Occurs when the cell is clicked.
Declaration
public event PivotGridDrillDownEventHandler CellClicked
Event Type
ExpanderClicked
Occurs when the expander is clicked in the cell.
Declaration
public event PivotGridDrillDownEventHandler ExpanderClicked
Event Type
LinkClicked
Occurs when the link is clicked in the cell.
Declaration
public event LinkLabelClickEventHandler LinkClicked
Event Type
Extension Methods