menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotGridExpandHyperlinkCell - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PivotGridExpandHyperlinkCell

    Represents the grid cell containing expander.

    Inheritance
    System.Object
    PivotGridExpandHyperlinkCell
    Namespace: Syncfusion.UI.Xaml.PivotGrid
    Assembly: Syncfusion.SfPivotGrid.UWP.dll
    Syntax
    public class PivotGridExpandHyperlinkCell : ContentControl

    Constructors

    PivotGridExpandHyperlinkCell()

    Initializes the PivotGridExpandHyperlinkCell class.

    Declaration
    public PivotGridExpandHyperlinkCell()

    Fields

    CellDescriptorProperty

    Identifies the CellDescriptor dependency property.

    Declaration
    public static DependencyProperty CellDescriptorProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    ExpanderStyleProperty

    Identifies the ExpanderStyle dependency property.

    Declaration
    public static DependencyProperty ExpanderStyleProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    IsHyperlinkCellProperty

    Identifies the IsHyperlinkCell dependency property.

    Declaration
    public static DependencyProperty IsHyperlinkCellProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    PivotCellDescriptorProperty

    Identifies the PivotCellDescriptor dependency property.

    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
    Type
    PivotCellDescriptor

    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
    Type
    SfPivotGrid

    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
    Type
    System.Boolean

    IsHyperlinkCell

    Gets or sets a value indicating whether the current cell is hyper-linked or not.

    Declaration
    public bool IsHyperlinkCell { get; set; }
    Property Value
    Type
    System.Boolean
    Remarks

    If this property it marked as true, then the current cell will have an hyperlink control.

    PivotCellDescriptor

    Gets or sets the pivot cell information.

    Declaration
    public PivotCellInfo PivotCellDescriptor { get; set; }
    Property Value
    Type
    PivotCellInfo

    Methods

    add_CellClicked(PivotGridDrillDownEventHandler)

    Declaration
    public void add_CellClicked(PivotGridDrillDownEventHandler value)
    Parameters
    Type Name Description
    PivotGridDrillDownEventHandler value

    add_ExpanderClicked(PivotGridDrillDownEventHandler)

    Declaration
    public void add_ExpanderClicked(PivotGridDrillDownEventHandler value)
    Parameters
    Type Name Description
    PivotGridDrillDownEventHandler value

    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()

    OnPointerPressed(PointerRoutedEventArgs)

    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
    Type Name Description
    PivotGridDrillDownEventHandler value

    remove_ExpanderClicked(PivotGridDrillDownEventHandler)

    Declaration
    public void remove_ExpanderClicked(PivotGridDrillDownEventHandler value)
    Parameters
    Type Name Description
    PivotGridDrillDownEventHandler value

    remove_LinkClicked(LinkLabelClickEventHandler)

    Declaration
    public void remove_LinkClicked(LinkLabelClickEventHandler value)
    Parameters
    Type Name Description
    LinkLabelClickEventHandler value

    Events

    CellClicked

    Occurs when the cell is clicked.

    Declaration
    public event PivotGridDrillDownEventHandler CellClicked
    Event Type
    Type
    PivotGridDrillDownEventHandler

    ExpanderClicked

    Occurs when the expander is clicked in the cell.

    Declaration
    public event PivotGridDrillDownEventHandler ExpanderClicked
    Event Type
    Type
    PivotGridDrillDownEventHandler

    LinkClicked

    Occurs when the link is clicked in the cell.

    Declaration
    public event LinkLabelClickEventHandler LinkClicked
    Event Type
    Type
    LinkLabelClickEventHandler

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved