menu

WPF

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

    Show / Hide Table of Contents

    Class PivotGridTemplateCell

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

    Inheritance
    System.Object
    PivotGridTemplateCell
    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 true if this instance is expanded; otherwise, false.

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved