WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotGridCell - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PivotGridCell

    Class that defines the each cell of PivotGridControl

    Inheritance
    System.Object
    PivotGridCell
    Namespace: Syncfusion.Windows.Controls.PivotGrid.Automation.Peers
    Assembly: Syncfusion.PivotAnalysis.WPF.dll
    Syntax
    public class PivotGridCell : UIElement

    Constructors

    PivotGridCell(RowColumnIndex, DrawingVisual)

    Initializes a new instance of the PivotGridCell class.

    Declaration
    public PivotGridCell(RowColumnIndex rowColIndex, DrawingVisual visual)
    Parameters
    Type Name Description
    RowColumnIndex rowColIndex
    System.Windows.Media.DrawingVisual visual

    Properties

    RenderedVisual

    Gets or sets method to rendered visual context

    Declaration
    public DrawingVisual RenderedVisual { get; }
    Property Value
    Type Description
    System.Windows.Media.DrawingVisual

    RowColumnIndex

    Gets or sets the row and column index for cell element

    Declaration
    public RowColumnIndex RowColumnIndex { get; }
    Property Value
    Type Description
    RowColumnIndex

    Methods

    OnCreateAutomationPeer()

    Returns the new PivotGridCellVisualAutomationPeer

    Declaration
    protected override AutomationPeer OnCreateAutomationPeer()
    Returns
    Type Description
    System.Windows.Automation.Peers.AutomationPeer

    OnRender(DrawingContext)

    Override method to render the visual elements

    Declaration
    protected override void OnRender(DrawingContext drawingContext)
    Parameters
    Type Name Description
    System.Windows.Media.DrawingContext drawingContext
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved