Class FieldCollection
An read only observable collection of IField items.
Inheritance
System.Object
FieldCollection
Namespace: Telerik.Windows.Controls.FieldList
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public sealed class FieldCollection : ReadOnlyObservableCollection<IField>
Properties
FieldCollectionType
Gets the FieldCollectionType that describes what role has this collection in the parent FieldListViewModel.
Declaration
public FieldCollectionType FieldCollectionType { get; }
Property Value
FieldCollectionType
|
Parent
Gets the FieldListViewModel this collection is part of.
Declaration
public FieldListViewModel Parent { get; }
Property Value
FieldListViewModel
|