The methods of Xamarin.Forms.TableSectionBase<T> are listed below. For a list of all members, see the TableSectionBase<T> Members list.
See Also: Inherited members from Xamarin.Forms.TableSectionBase
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)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()Returns an enumerator that iterates through the items in this Xamarin.Forms.TableSectionBase`1 object. | ||
IndexOf(T)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)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. | ||
override | OnBindingContextChanged()Calls the BindableObject.SetInheritedBindingContext method, passing the new binding context, on each of the items in this Xamarin.Forms.TableSectionBase`1 object. | |