menu

UWP

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

    Show / Hide Table of Contents

    Class PivotGridTemplateCell

    Represents the grid cell that is templated.

    Inheritance
    System.Object
    PivotGridTemplateCell
    Namespace: Syncfusion.UI.Xaml.PivotGrid
    Assembly: Syncfusion.SfPivotGrid.UWP.dll
    Syntax
    public class PivotGridTemplateCell : ContentControl

    Constructors

    PivotGridTemplateCell()

    Initializes a new instance of the PivotGridTemplateCell class.

    Declaration
    public PivotGridTemplateCell()

    Fields

    CellDescriptorProperty

    Identifies the CellDescriptor dependency property.

    Declaration
    public static DependencyProperty CellDescriptorProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    PivotCellDescriptorProperty

    Identifies the PivotCellDescriptor dependency property.

    Declaration
    public static DependencyProperty PivotCellDescriptorProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    CellDescriptor

    Gets or sets the associated descriptor for grid cell.

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

    CustomExpander

    Gets or sets the custom expander.

    Declaration
    public UIElement CustomExpander { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.UIElement

    GridControlBase

    Gets or sets the internal grid used to render the Pivot Grid control.

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

    IsExpanded

    Gets the value indicating whether the current cell is expanded or not.

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

    PivotCellDescriptor

    Gets or sets the pivot cell information.

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

    Methods

    add_ExpanderClicked(PivotGridDrillDownEventHandler)

    Declaration
    public void add_ExpanderClicked(PivotGridDrillDownEventHandler value)
    Parameters
    Type Name Description
    PivotGridDrillDownEventHandler value

    OnApplyTemplate()

    Builds the visual tree for this control when a new template is applied.

    Declaration
    protected override void OnApplyTemplate()

    remove_ExpanderClicked(PivotGridDrillDownEventHandler)

    Declaration
    public void remove_ExpanderClicked(PivotGridDrillDownEventHandler value)
    Parameters
    Type Name Description
    PivotGridDrillDownEventHandler value

    Events

    ExpanderClicked

    Occurs when the expander is clicked in the cell.

    Declaration
    public event PivotGridDrillDownEventHandler ExpanderClicked
    Event Type
    Type
    PivotGridDrillDownEventHandler

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved