New to Telerik UI for WPFStart a free 30-day trial

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: 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

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; }
In this article
DefinitionPropertiesFieldCollectionTypeParent
Not finding the help you need?
Contact Support