Skip to main content
A newer version of this page is available. .

PivotDashboardItem.Columns Property

Gets the collection of dimensions that provide column headers in the current PivotDashboardItem.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v18.2.Core.dll

Declaration

public DimensionCollection Columns { get; }

Property Value

Type Description
DimensionCollection

A collection of Dimension objects that provide column headers in the current PivotDashboardItem.

Remarks

In the WinForms Designer and Web Dashboard, these dimensions are shown in the Columns section within the DATA ITEMS pane.

See Also