The following tables list the members exposed by FieldLayoutCollection.
Name | Description | |
---|---|---|
Count | Gets the number of elements actually contained in the Collection. (Inherited from System.Collections.ObjectModel.Collection<FieldLayout>) | |
DataPresenter | Returns the DataPresenterBase that owns this collection. | |
Item | Indexer |
Name | Description | |
---|---|---|
Items | Gets a IList wrapper around the Collection. (Inherited from System.Collections.ObjectModel.Collection<FieldLayout>) |
Name | Description | |
---|---|---|
Add | Adds an object to the end of the Collection. (Inherited from System.Collections.ObjectModel.Collection<FieldLayout>) | |
Clear | Removes all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<FieldLayout>) | |
Contains | Determines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.Collection<FieldLayout>) | |
CopyTo | Copies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<FieldLayout>) | |
Exists | Determines if an items with the specified key is in the collection | |
GetEnumerator | Returns an enumerator that iterates through the Collection. (Inherited from System.Collections.ObjectModel.Collection<FieldLayout>) | |
IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection. (Inherited from System.Collections.ObjectModel.Collection<FieldLayout>) | |
IndexOfKey | Gets the index of the FieldLayout with the specified key. | |
Insert | Inserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<FieldLayout>) | |
Move | (Inherited from System.Collections.ObjectModel.ObservableCollection<FieldLayout>) | |
Remove | Removes the first occurrence of a specific object from the Collection. (Inherited from System.Collections.ObjectModel.Collection<FieldLayout>) | |
RemoveAt | Removes the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<FieldLayout>) |
Name | Description | |
---|---|---|
BlockReentrancy | (Inherited from System.Collections.ObjectModel.ObservableCollection<FieldLayout>) | |
CheckReentrancy | (Inherited from System.Collections.ObjectModel.ObservableCollection<FieldLayout>) | |
ClearItems | Overridden. Called when the collection is cleared | |
InsertItem | Overridden. Inserts an item in the collection | |
MoveItem | (Inherited from System.Collections.ObjectModel.ObservableCollection<FieldLayout>) | |
OnCollectionChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<FieldLayout>) | |
OnPropertyChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<FieldLayout>) | |
RemoveItem | Overridden. Called when an item is removed | |
SetItem | Overridden. Sets an items in the collection replacing what was there. |
Name | Description | |
---|---|---|
CollectionChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<FieldLayout>) |
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<FieldLayout>) |