Xamarin.Forms.TableSectionBase<T> Members

The members of Xamarin.Forms.TableSectionBase<T> are listed below.

See Also: Inherited members from Xamarin.Forms.TableSectionBase

Protected Constructors

Constructs a new Xamarin.Forms.TableSection`1 instance with an empty title.
Constructs a new Xamarin.Forms.TableSection`1 instance with the specified title.

Public Properties

[read-only]
Countint. Gets the number of items in this Xamarin.Forms.TableSectionBase`1 object.
default property
Item(int)T. Returns the item that is stored at the location in this Xamarin.Forms.TableSectionBase`1 object that is specified by index.

Public Methods

Add(IEnumerable<T>)
Adds a list of items to this Xamarin.Forms.TableSectionBase`1 object.
Add(T)
Adds an item to this Xamarin.Forms.TableSectionBase`1 object.
Clear()
Removes all items in this Xamarin.Forms.TableSectionBase`1.
Contains(T) : bool
Returns a Boolean value that indicates whether or not this Xamarin.Forms.TableSectionBase`1 has a reference to a particular object.
CopyTo(T[], int)
Copies the elements of the current collection to an Array, starting at the specified index.
GetEnumerator() : IEnumerator<T>
Returns an enumerator that iterates through the items in this Xamarin.Forms.TableSectionBase`1 object.
IndexOf(T) : int
Returns the index of the first occurrence of item in this Xamarin.Forms.TableSectionBase`1 object.
Insert(int, T)
Inserts an item into this Xamarin.Forms.TableSectionBase`1 object at the specified position.
Remove(T) : bool
Removes a specified item from this Xamarin.Forms.TableSectionBase`1 object.
RemoveAt(int)
Removes a specified item from this Xamarin.Forms.TableSectionBase`1 object at the position that is specified by index.

Protected Methods

override
OnBindingContextChanged()
Calls the BindableObject.SetInheritedBindingContext method, passing the new binding context, on each of the items in this Xamarin.Forms.TableSectionBase`1 object.

Public Events

CollectionChangedEvent that is raised when one or more items is added to or removed from this Xamarin.Forms.TableSectionBase`1 object.

Explicitly Implemented Interface Members

IEnumerable.GetEnumeratorReturns an enumerator that iterates through the collection of objects in this Xamarin.Forms.TableSectionBase`1 object.
[read-only]
ICollection<T>.IsReadOnlybool. Returns false; The collection of objects in this can be changed.