Enum
FieldCollectionType

Enumerates the roles FieldCollection can take in the FieldListViewModel.

Definition

Namespace:Telerik.Windows.Controls.FieldList

Assembly:Telerik.Windows.Controls.PivotFieldList.dll

Syntax:

cs-api-definition
public enum FieldCollectionType

Fields

ColumnLabels

Identifies a collection with the column label fields.

Declaration

cs-api-definition
ColumnLabels = 3

Field Value

FieldCollectionType

Fields

Identifies a collection with all possible fields.

Declaration

cs-api-definition
Fields = 0

Field Value

FieldCollectionType

ReportFilters

Identifies a collection with the report filter fields.

Declaration

cs-api-definition
ReportFilters = 1

Field Value

FieldCollectionType

RowLabels

Identifies a collection with the row label fields.

Declaration

cs-api-definition
RowLabels = 2

Field Value

FieldCollectionType

Values

Identifies a collection with the value fields.

Declaration

cs-api-definition
Values = 4

Field Value

FieldCollectionType