The members of Xamarin.Forms.TableSectionBase<T> are listed below.
See Also: Inherited members from Xamarin.Forms.TableSectionBase
| Constructs a new Xamarin.Forms.TableSection`1 instance with an empty title. | ||
| Constructs a new Xamarin.Forms.TableSection`1 instance with the specified title. |
| [read-only] | Count | int. 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. |
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. | |
| CollectionChanged | Event that is raised when one or more items is added to or removed from this Xamarin.Forms.TableSectionBase`1 object. |
| IEnumerable.GetEnumerator | Returns an enumerator that iterates through the collection of objects in this Xamarin.Forms.TableSectionBase`1 object. | |
| [read-only] | ICollection<T>.IsReadOnly | bool. Returns false; The collection of objects in this can be changed. |