RadControls for WinForms

Enumerates the roles FieldCollection can take in the FieldListViewModel.

Namespace: Telerik.WinControls.UI.PivotFieldList
Assembly: Telerik.WinControls.PivotGrid (in Telerik.WinControls.PivotGrid.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public enum FieldCollectionType
Visual Basic
Public Enumeration FieldCollectionType

Members

Member nameValueDescription
Fields0 Identifies a collection with all possible fields.
ReportFilters1 Identifies a collection with the report filter fields.
RowLabels2 Identifies a collection with the row label fields.
ColumnLabels3 Identifies a collection with the column label fields.
Values4 Identifies a collection with the value fields.

See Also