A newer version of this page is available.
Switch to the current version.
DashboardItemControlEventArgs.PivotGridControl Property
Gets an underlying PivotGridControl.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v19.1.Win.dll
Declaration
public PivotGridControl PivotGridControl { get; }
Public ReadOnly Property PivotGridControl As PivotGridControl
Property Value
Type | Description |
---|---|
PivotGridControl | A PivotGridControl object that is the PivotGridControl. |
Remarks
Use the PivotGridControl property to access a PivotGridControl corresponding to the PivotDashboardItem.
See Also
Feedback