RadControls for Silverlight

The GridViewColumnCollection type exposes the following members.

Methods

  NameDescription
Public methodAddRange
Adds the elements of the specified collection to the end of GridViewColumnCollection.
Public methodRemoveItems
Removes the elements of the specified collection from GridViewColumnCollection.

Extension Methods

  NameDescription
Public Extension MethodAddRange<(Of <<'(IFieldDescriptor>)>>)(IEnumerable)Overloaded. (Defined by ICollectionExtensions.)
Public Extension MethodAddRange<(Of <<'(IFieldDescriptor>)>>)(IEnumerable<(Of <<'(IFieldDescriptor>)>>))Overloaded.
Adds the elements from the specified collection - items to the end of the target collection.
(Defined by CollectionExtensions.)
Public Extension MethodAddRange<(Of <<'(IFieldDescriptor>)>>)(IEnumerable<(Of <<'(IFieldDescriptor>)>>))Overloaded.
Adds the given range of items to the current collection.
(Defined by CommonExtensions.)
Public Extension MethodAppend<(Of <<'(IFieldDescriptor>)>>)(IEnumerable<(Of <<'(IFieldDescriptor>)>>))Overloaded.
Appends elements from two sequences.
(Defined by CollectionExtensions.)
Public Extension MethodAppend<(Of <<'(IFieldDescriptor>)>>)(IFieldDescriptor)Overloaded.
Appends an element to a sequence.
(Defined by CollectionExtensions.)
Public Extension MethodAppend<(Of <<'(IFieldDescriptor>)>>)(IEnumerable<(Of <<'(IFieldDescriptor>)>>))Overloaded. (Defined by EnumerableExtensions.)
Public Extension MethodAppend<(Of <<'(IFieldDescriptor>)>>)(IFieldDescriptor)Overloaded. (Defined by EnumerableExtensions.)
Public Extension MethodAreAllDifferent<(Of <<'(IFieldDescriptor>)>>)
Returns whether all the elements are different in the given sequence.
(Defined by Functional.)
Public Extension MethodAreSameLists<(Of <<'(IFieldDescriptor>)>>)
Compares the two given lists per item if they are the same.
(Defined by Sequence.)
Public Extension MethodClone<(Of <<'(IFieldDescriptor>)>>)()()()()Overloaded.
Clones the list.
(Defined by CommonExtensions.)
Public Extension MethodClone<(Of <<'(IFieldDescriptor>)>>)()()()()Overloaded. (Defined by GraphExtensions.)
Public Extension MethodClone<(Of <<'(IFieldDescriptor>)>>)()()()()Overloaded.
Clones the specified list.
(Defined by Sequence.)
Public Extension MethodCollect<(Of <<'(IFieldDescriptor, TRange>)>>)
Collects elements into a new sequence by applying the given converter to each element.
(Defined by Functional.)
Public Extension MethodContainsAny<(Of <<'(IFieldDescriptor>)>>)
Checks for the occurrence of the given items in the collection.
(Defined by CommonExtensions.)
Public Extension MethodEnsureListCount<(Of <<'(IFieldDescriptor>)>>)
Ensures the list has exactly the amount of items specified.
(Defined by CommonExtensions.)
Public Extension MethodEnsureListCountAtLeast<(Of <<'(IFieldDescriptor>)>>)
Ensures that the list contains at least the amount of specified items. If not, the given factory function will be used to add additional items till the expect count is reached.
(Defined by CommonExtensions.)
Public Extension MethodFilter<(Of <<'(IFieldDescriptor>)>>)
Filters the list using a Predicate<(Of <(<'T>)>)>.
(Defined by Functional.)
Public Extension MethodFold<(Of <<'(IFieldDescriptor, TRange>)>>)
Folds the list.
(Defined by Functional.)
Public Extension MethodForEach<(Of <<'(IFieldDescriptor>)>>)(Action)Overloaded.
Applies the action to each element of the sequence.
(Defined by Functional.)
Public Extension MethodForEach<(Of <<'(IFieldDescriptor>)>>)(Action<(Of <<'(IFieldDescriptor>)>>))Overloaded.
Executes the action for each item in the collection.
(Defined by CommonExtensions.)
Public Extension MethodForEach<(Of <<'(IFieldDescriptor>)>>)(Action<(Of <<'(IFieldDescriptor>)>>))Overloaded.
Applies the action to each element of the sequence.
(Defined by Functional.)
Public Extension MethodGetHashCodeOrZero (Defined by ExtensionMethods.)
Public Extension MethodHaveSameContent<(Of <<'(IFieldDescriptor>)>>)
Compares the two given lists if they have the same item content, not necessarily in the same order.
(Defined by Functional.)
Public Extension MethodMap<(Of <<'(IFieldDescriptor, TMapped>)>>)
Maps the elements of the list to a new list.
(Defined by Functional.)
Public Extension MethodPrettyFormat<(Of <<'(IFieldDescriptor>)>>)
Returns a more readable format of the string sequence.
(Defined by Sequence.)
Public Extension MethodRemoveAll<(Of <<'(IFieldDescriptor>)>>)()()()()Overloaded.
Removes all elements from the given collection.
(Defined by CollectionExtensions.)
Public Extension MethodRemoveAll<(Of <<'(IFieldDescriptor>)>>)(Predicate<(Of <<'(IFieldDescriptor>)>>))Overloaded.
Removes all elements from a collection that match the condition defined by the specified predicate.
(Defined by CollectionExtensions.)
Public Extension MethodRemoveLast<(Of <<'(IFieldDescriptor>)>>)
Removes the last item in the list.
(Defined by CommonExtensions.)
Public Extension MethodScramble<(Of <<'(IFieldDescriptor>)>>)
Returns a random reordering of the given collection.
(Defined by Functional.)
Public Extension MethodTakeAfter<(Of <<'(IFieldDescriptor>)>>)
Bypasses elements from a sequence as long as a specified condition is true and then returns the remaining elements.
(Defined by CollectionExtensions.)
Public Extension MethodTakeBefore<(Of <<'(IFieldDescriptor>)>>)
Bypasses elements from a sequence until the specified condition becomes true.
(Defined by CollectionExtensions.)
Public Extension MethodTakeBetween<(Of <<'(IFieldDescriptor>)>>)(Func<(Of <<'(IFieldDescriptor, Boolean>)>>), Func<(Of <<'(IFieldDescriptor, Boolean>)>>))Overloaded.
Bypasses elements from a sequence as long as the first condition is false. Returns elements from the remaining elements as long the second condition is false.
(Defined by CollectionExtensions.)
Public Extension MethodTakeBetween<(Of <<'(IFieldDescriptor>)>>)(IFieldDescriptor, IFieldDescriptor)Overloaded.
Returns elements from a sequence as long as they are between the two items.
(Defined by CollectionExtensions.)
Public Extension MethodTakeFrom<(Of <<'(IFieldDescriptor>)>>)(Func<(Of <<'(IFieldDescriptor, Boolean>)>>))Overloaded.
Bypasses elements from a sequence as long as a specified condition is false and then returns the element that satisfies the condition and the elements after.
(Defined by CollectionExtensions.)
Public Extension MethodTakeFrom<(Of <<'(IFieldDescriptor>)>>)(IFieldDescriptor)Overloaded.
Bypasses elements from a sequence as long as the element is not equal to the items in the sequence.
(Defined by CollectionExtensions.)
Public Extension MethodTakeTo<(Of <<'(IFieldDescriptor>)>>)(Func<(Of <<'(IFieldDescriptor, Boolean>)>>))Overloaded.
Returns elements from a sequence as long as a specified condition is false. This method also returns the first element that satisfies the condition.
(Defined by CollectionExtensions.)
Public Extension MethodTakeTo<(Of <<'(IFieldDescriptor>)>>)(IFieldDescriptor)Overloaded.
Returns elements from a sequence as long as the sequence elements differs from the item.
(Defined by CollectionExtensions.)
Public Extension MethodToFunctionalList<(Of <<'(IFieldDescriptor>)>>)
Converts the given enumerable to a FunctionalList<(Of <(<'T>)>)>.
(Defined by Functional.)

See Also