menu

UWP

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

    Show / Hide Table of Contents

    Class LinkLabelEventArgs

    Represents the event data related to hyperlink in Pivot Grid control.

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

    Constructors

    LinkLabelEventArgs(PivotCellDescriptor)

    Initializes a new instance of the LinkLabelEventArgs class.

    Declaration
    public LinkLabelEventArgs(PivotCellDescriptor cellDescriptor)
    Parameters
    Type Name Description
    PivotCellDescriptor cellDescriptor

    The descriptor of associated cell.

    Properties

    CellDescriptor

    Gets or sets the descriptor for the associated cell.

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

    Extension Methods

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