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 |
---|
System.Windows.Media.DrawingVisual |
RowColumnIndex
Gets or sets the row and column index for cell element
Declaration
public RowColumnIndex RowColumnIndex { get; }
Property Value
Type |
---|
RowColumnIndex |
Methods
OnCreateAutomationPeer()
Returns the new PivotGridCellVisualAutomationPeer
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Type |
---|
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 |