Class FieldCollectionType
Enumerates the roles FieldCollection can take in the FieldListViewModel.
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
FieldCollectionType
|
Fields
Identifies a collection with all possible fields.
Declaration
public const FieldCollectionType Fields
Field Value
FieldCollectionType
|
ReportFilters
Identifies a collection with the report filter fields.
Declaration
public const FieldCollectionType ReportFilters
Field Value
FieldCollectionType
|
RowLabels
Identifies a collection with the row label fields.
Declaration
public const FieldCollectionType RowLabels
Field Value
FieldCollectionType
|
value__
Declaration
public int value__
Field Value
System.Int32
|
Values
Identifies a collection with the value fields.
Declaration
public const FieldCollectionType Values
Field Value
FieldCollectionType
|