Class FieldCollectionType
Enumerates the roles Field
Inheritance
Namespace: Telerik.Windows.Controls.FieldList
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public sealed class FieldCollectionType : Enum
Fields
ColumnLabels
Identifies a collection with the column label fields.
Declaration
public const FieldCollectionType ColumnLabels
Field Value
Fields
Identifies a collection with all possible fields.
Declaration
public const FieldCollectionType Fields
Field Value
ReportFilters
Identifies a collection with the report filter fields.
Declaration
public const FieldCollectionType ReportFilters
Field Value
RowLabels
Identifies a collection with the row label fields.
Declaration
public const FieldCollectionType RowLabels
Field Value
value__
Declaration
public int value__
Field Value
System.
|
Values
Identifies a collection with the value fields.
Declaration
public const FieldCollectionType Values