FieldCollection
Class
An read only observable collection of IField items.
Definition
Namespace:Telerik.Windows.Controls.FieldList
Assembly:Telerik.Windows.Controls.PivotFieldList.dll
Syntax:
C#
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
Gets the FieldCollectionType that describes what role has this collection in the parent FieldListViewModel.
C#
public FieldCollectionType FieldCollectionType { get; }
Gets the FieldListViewModel this collection is part of.
C#
public FieldListViewModel Parent { get; }