Class
FieldCollection

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: ICollectionICollection<IField>IEnumerableIEnumerable<IField>IListIList<IField>INotifyCollectionChangedINotifyPropertyChangedIReadOnlyCollection<IField>IReadOnlyList<IField>

Inherited Members ReadOnlyObservableCollection<IField>.EmptyReadOnlyCollection<IField>.Contains(IField)ReadOnlyCollection<IField>.CopyTo(IField[], int)ReadOnlyCollection<IField>.GetEnumerator()ReadOnlyCollection<IField>.IndexOf(IField)ReadOnlyCollection<IField>.CountReadOnlyCollection<IField>.this[int]

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

FieldCollectionType

Parent

Gets the FieldListViewModel this collection is part of.

Declaration

cs-api-definition
public FieldListViewModel Parent { get; }

Property Value

FieldListViewModel

In this article
DefinitionPropertiesFieldCollectionTypeParent
Not finding the help you need?
Contact Support