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 |