ClassFieldCollection
Class
An read only observable collection of IField items.
Definition
Namespace:Telerik.Windows.Controls.FieldList
Assembly:Telerik.Windows.Controls.PivotFieldList.dll
Syntax:
cs-api-definition
public sealed class FieldCollection : ReadOnlyObservableCollection<IField>, IList<IField>, ICollection<IField>, IList, ICollection, IReadOnlyList<IField>, IReadOnlyCollection<IField>, IEnumerable<IField>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectReadOnlyCollection<IField>ReadOnlyObservableCollection<IField>FieldCollection
Implements:
Inherited Members
Properties
FieldCollectionType
Gets the FieldCollectionType that describes what role has this collection in the parent FieldListViewModel.
Declaration
cs-api-definition
public FieldCollectionType FieldCollectionType { get; }
Property Value
Parent
Gets the FieldListViewModel this collection is part of.
Declaration
cs-api-definition
public FieldListViewModel Parent { get; }
Property Value