WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotGridHyperlinkCell

    Show / Hide Table of Contents

    Class PivotGridHyperlinkCell

    Derived class that aggregates the functionality of "PivotGridHyperlinkCell" object into a ContentControl.

    Inheritance
    System.Object
    PivotGridHyperlinkCell
    Namespace: Syncfusion.Windows.Controls.PivotGrid
    Assembly: Syncfusion.PivotAnalysis.WPF.dll
    Syntax
    public class PivotGridHyperlinkCell : ContentControl

    Constructors

    PivotGridHyperlinkCell()

    Declaration
    public PivotGridHyperlinkCell()

    Fields

    IsEnabledOnMouseOverProperty

    Identifies the IsEnabledOnMouseOver dependency property.

    Declaration
    public static readonly DependencyProperty IsEnabledOnMouseOverProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    The identifier for the IsEnabledOnMouseOver dependency property.

    PivotCellInfoProperty

    Identifies the PivotCellInfo dependency property.

    Declaration
    public static readonly DependencyProperty PivotCellInfoProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    The identifier for the PivotCellInfo dependency property.

    Properties

    GridControlBase

    Gets or sets the GridControlBase that shares the basic characteristics of Grid.

    Declaration
    public PivotGridControlBase GridControlBase { get; set; }
    Property Value
    Type Description
    PivotGridControlBase

    HAlignment

    Gets the horizontal alignment of the cells.

    Declaration
    public HorizontalAlignment HAlignment { get; set; }
    Property Value
    Type Description
    System.Windows.HorizontalAlignment

    IsEnabledOnMouseOver

    Gets or sets a value to indicate whether to enable hyperlink in Grid cell on mouse over.

    Declaration
    public bool IsEnabledOnMouseOver { get; set; }
    Property Value
    Type Description
    System.Boolean

    PivotCellInfo

    Gets or sets the Grid cell information.

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

    ValueTextBlock

    Gets or sets the text block of the value cell.

    Declaration
    public TextBlock ValueTextBlock { get; set; }
    Property Value
    Type Description
    System.Windows.Controls.TextBlock

    Methods

    OnApplyTemplate()

    When overridden in a derived class, it is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.

    Declaration
    public override void OnApplyTemplate()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved