Name | Description | |
---|---|---|
ContextMenuCollection Constructor | Initializes a new instance of the ContextMenuCollection class. |
The following tables list the members exposed by ContextMenuCollection.
Name | Description | |
---|---|---|
ContextMenuCollection Constructor | Initializes a new instance of the ContextMenuCollection class. |
Name | Description | |
---|---|---|
Capacity | Gets or sets the total number of elements the internal data structure can hold without resizing. (Inherited from FarPoint.Web.Spread.ListBase<T>) | |
Count | Gets the number of elements actually contained in the ListBase<T>. (Inherited from FarPoint.Web.Spread.ListBase<T>) | |
Item | Overloaded. Gets the ContextMenu with the specified type. |
Name | Description | |
---|---|---|
Add | Adds an object to the end of the ListBase<T>. (Inherited from FarPoint.Web.Spread.ListBase<T>) | |
AddRange | Adds the elements of the specified collection to the end of the ListBase<T>. (Inherited from FarPoint.Web.Spread.ListBase<T>) | |
BinarySearch | Overloaded. (Inherited from FarPoint.Web.Spread.ListBase<T>) | |
Clear | Removes all elements from the ListBase<T>. (Inherited from FarPoint.Web.Spread.ListBase<T>) | |
Contains | Determines whether the ListBase<T> contains a specific value. (Inherited from FarPoint.Web.Spread.ListBase<T>) | |
CopyTo | Overloaded. (Inherited from FarPoint.Web.Spread.ListBase<T>) | |
GetEnumerator | Returns an enumerator that iterates through the ListBase<T>. (Inherited from FarPoint.Web.Spread.ListBase<T>) | |
IndexOf | Overloaded. (Inherited from FarPoint.Web.Spread.ListBase<T>) | |
Insert | Inserts an item to the ListBase<T> at the specified index. (Inherited from FarPoint.Web.Spread.ListBase<T>) | |
InsertRange | Inserts the elements of a collection into the ListBase<T> at the specified index. (Inherited from FarPoint.Web.Spread.ListBase<T>) | |
LastIndexOf | Overloaded. (Inherited from FarPoint.Web.Spread.ListBase<T>) | |
LoadViewState | Overridden. Loads the state of the view. | |
Remove | Removes the first occurrence of a specific object from the ListBase<T>. (Inherited from FarPoint.Web.Spread.ListBase<T>) | |
RemoveAt | Removes the ListBase<T> item at the specified index. (Inherited from FarPoint.Web.Spread.ListBase<T>) | |
RemoveRange | Removes a range of elements from the ListBase<T>. (Inherited from FarPoint.Web.Spread.ListBase<T>) | |
Reverse | Overloaded. Reverses the order of the elements in the entire ListBase<T>. (Inherited from FarPoint.Web.Spread.ListBase<T>) | |
SaveViewState | Overridden. Saves the state of the view. | |
Sort | Overloaded. Sorts the elements in the entire ListBase<T> using the default comparer. (Inherited from FarPoint.Web.Spread.ListBase<T>) | |
ToArray | Copies the elements of the ListBase<T> to a new array. (Inherited from FarPoint.Web.Spread.ListBase<T>) | |
TrimExcess | Sets the capacity to the actual number of elements in the ListBase<T>, if that number is less than a threshold value. (Inherited from FarPoint.Web.Spread.ListBase<T>) |
Name | Description | |
---|---|---|
OnListChanged | Overridden. |
Name | Description | |
---|---|---|
ListChanged | Occurs when the list or an item in the list changes. (Inherited from FarPoint.Web.Spread.ListBase<T>) |