Class PivotGridCellElement
class that defines the PivotGridCellElement
Inheritance
System.Object
PivotGridCellElement
Namespace: Syncfusion.Windows.Controls.PivotGrid.Automation.Peers
Assembly: Syncfusion.PivotAnalysis.WPF.dll
Syntax
public class PivotGridCellElement : FrameworkElement
Constructors
PivotGridCellElement(DrawingVisual)
Initializes a new instance of the PivotGridCellElement class.
Declaration
public PivotGridCellElement(DrawingVisual visual)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Media.DrawingVisual | visual |
Properties
ContentVisual
Gets or sets visual content for PivotGridControl
Declaration
public DrawingVisual ContentVisual { get; }
Property Value
Type |
---|
System.Windows.Media.DrawingVisual |
VisualChildrenCount
Gets the visual children count of automation element
Declaration
protected override int VisualChildrenCount { get; }
Property Value
Type |
---|
System.Int32 |
Methods
GetVisualChild(Int32)
Overrider method to gets the value of visual child of automation element
Declaration
protected override Visual GetVisualChild(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Returns
Type |
---|
System.Windows.Media.Visual |
OnCreateAutomationPeer()
Override method to create the new automation peer elemet for given UIElement
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Type |
---|
System.Windows.Automation.Peers.AutomationPeer |