Class OlapGridHyperlinkCell
A ContentControl derived class that aggregates the functionality of a OlapGridHyperlinkCell object into a ContentControl.
Inheritance
System.Object
OlapGridHyperlinkCell
Namespace: Syncfusion.Windows.Grid.Olap
Assembly: Syncfusion.OlapGrid.WPF.dll
Syntax
public class OlapGridHyperlinkCell : ContentControl
Constructors
OlapGridHyperlinkCell()
Declaration
public OlapGridHyperlinkCell()
Fields
CellDescriptorProperty
Identifies the Syncfusion.Windows.Grid.Olap.OlapGridHyperlinkCell.PivotCellInfo dependency property.
Declaration
public static readonly DependencyProperty CellDescriptorProperty
Field Value
Type | Description |
---|---|
System.Windows.DependencyProperty | The identifier for the Syncfusion.Windows.Grid.Olap.OlapGridHyperlinkCell.PivotCellInfo dependency property. |
Properties
CellDescriptor
Gets or sets the associated PivotCellDescriptor for each Cell
Declaration
public PivotCellDescriptor CellDescriptor { get; set; }
Property Value
Type |
---|
PivotCellDescriptor |
GridBase
Gets or sets the OlapGridBase to get OlapGrid instance
Declaration
public OlapGridBase GridBase { get; set; }
Property Value
Type |
---|
OlapGridBase |
HAlignment
Gets the Horizontal alignment of Textblock.
Declaration
public HorizontalAlignment HAlignment { get; }
Property Value
Type | Description |
---|---|
System.Windows.HorizontalAlignment | The Horizontal alignment of Textblock. |
ValueTextBlock
Gets or sets the ValueCell Textblock.
Declaration
public TextBlock ValueTextBlock { get; set; }
Property Value
Type |
---|
System.Windows.Controls.TextBlock |
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
LinkClicked
Occurs when link cell clicked.
Declaration
public event LinkLabelClickEventHander LinkClicked