Class PivotGridPanel
Represents a panel that lays out rows or columns in a Table
Inheritance
System.Object
PivotGridPanel
Namespace: Telerik.Windows.Controls.Pivot
Assembly: Telerik.Windows.Controls.Pivot.dll
Syntax
public class PivotGridPanel : Panel
Constructors
PivotGridPanel()
Initializes a new instance of the PivotGridPanel class.
Declaration
public PivotGridPanel()
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
System.
|
Returns
System.
|
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
System.
|
Returns
System.
|
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.
|