menu

WPF

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

    Show / Hide Table of Contents

    Class OlapGridExpandHyperlinkCell

    OlapGrid Cell

    Inheritance
    System.Object
    OlapGridExpandHyperlinkCell
    Namespace: Syncfusion.Windows.Grid.Olap
    Assembly: Syncfusion.OlapGrid.WPF.dll
    Syntax
    public class OlapGridExpandHyperlinkCell : ContentControl
    Remarks

    This cell allows the user to drill up and down through the OLAP data also it has an ability to render itself as a hyperlink control

    Constructors

    OlapGridExpandHyperlinkCell()

    Declaration
    public OlapGridExpandHyperlinkCell()

    Fields

    CellDescriptorProperty

    Describes the cell structure

    Declaration
    public static readonly DependencyProperty CellDescriptorProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    IsHyperlinkCellProperty

    Gets or sets weather this instance is Hyperlink cell or not

    Declaration
    public static readonly DependencyProperty IsHyperlinkCellProperty
    Field Value
    Type
    System.Windows.DependencyProperty
    Remarks

    If this property it marked as true then this will have as an hyperlink control

    Properties

    CellDescriptor

    Gets or sets the cell descriptor.

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

    The cell descriptor.

    CellValueTextBlock

    Gets or sets the Cell Value Textblock.

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

    The cell value text block.

    ExpanderStyle

    Gets the Expander Style.

    Declaration
    public Style ExpanderStyle { get; }
    Property Value
    Type Description
    System.Windows.Style

    The expander style.

    GridControl

    Gets or sets the OlapGrid Control

    Declaration
    public OlapGrid GridControl { get; set; }
    Property Value
    Type Description
    OlapGrid

    The grid control.

    HasChildren

    Gets or sets the whether the CellDescriptor has children.

    Declaration
    public Visibility HasChildren { get; set; }
    Property Value
    Type Description
    System.Windows.Visibility

    The has children.

    IsExpanded

    Gets or sets a value indicating whether the Current Cell is expanded.

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

    true if this instance is expanded; otherwise, false.

    IsHyperlinkCell

    Gets or sets a value indicating whether this instance is hyperlink cell.

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

    true if this instance is hyperlink cell; otherwise, false.

    Methods

    OnApplyTemplate()

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

    Declaration
    public override void OnApplyTemplate()

    Events

    ExpanderClicked

    Occurs when the header cell expander clicked.

    Declaration
    public event OlapGridDrillDownEventHander ExpanderClicked
    Event Type
    Type
    OlapGridDrillDownEventHander

    LinkClicked

    Occurs when link cell clicked.

    Declaration
    public event LinkLabelClickEventHander LinkClicked
    Event Type
    Type
    LinkLabelClickEventHander
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved