menu

WPF

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

    Show / Hide Table of Contents

    Class LinkLabelEventArgs

    Class containing event data, related to label click operation in hyperlink valuecell in OlapGrid.

    Inheritance
    System.Object
    System.EventArgs
    LinkLabelEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Grid.Olap
    Assembly: Syncfusion.OlapGrid.WPF.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 cell descriptor.

    Properties

    CellDescriptor

    Gets or sets the cell descriptor.

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

    The cell descriptor.

    DrillThroughDataTable

    Gets or sets DrillThroughDataTable

    Declaration
    public DataTable DrillThroughDataTable { get; set; }
    Property Value
    Type
    System.Data.DataTable

    DrillThroughQuery

    Gets or sets DrillThrough MDX Query

    Declaration
    public string DrillThroughQuery { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved