Class PivotGridTemplateCell
Derived class that aggregates the functionality of "PivotGridTemplateCell" object into a ContentControl.
Inheritance
Namespace: Syncfusion.Windows.Controls.PivotGrid
Assembly: Syncfusion.PivotAnalysis.WPF.dll
Syntax
public class PivotGridTemplateCell : ContentControl
Constructors
PivotGridTemplateCell()
Declaration
public PivotGridTemplateCell()
Fields
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
CellIdentity
Gets or sets the identity information such as row and column index for the current cell.
Declaration
public PivotGridStyleInfoIdentity CellIdentity { get; set; }
Property Value
Type |
---|
PivotGridStyleInfoIdentity |
CustomExpander
Gets or sets the custom expander.
Declaration
public UIElement CustomExpander { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.UIElement | The custom expander. |
GridControlBase
Gets or sets GridControlBase that shares the basic characteristics of Grid.
Declaration
public PivotGridControlBase GridControlBase { get; set; }
Property Value
Type |
---|
PivotGridControlBase |
IsExpanded
Gets or sets a value indicating whether this instance is expanded or not.
Declaration
public bool IsExpanded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | Returns |
PivotCellInfo
Gets or sets PivotGrid cell information.
Declaration
public PivotCellInfo PivotCellInfo { get; set; }
Property Value
Type |
---|
PivotCellInfo |
StyleInfo
Gets or sets style related information of the PivotGrid cell.
Declaration
public GridStyleInfo StyleInfo { get; set; }
Property Value
Type |
---|
GridStyleInfo |
Text
Gets the formatted text of the PivotGrid cell.
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
System.String | The formatted text. |
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()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Type |
---|
System.Windows.Automation.Peers.AutomationPeer |