RadControls for WinForms

Classes

  ClassDescription
Public classCollectionViewProvider<(Of <(<'T>)>)>
Public classCompositeFilterDescriptor
Public classCompositeFilterExpression
Public classCurrentChangedEventArgs
Public classDataItemGroup<(Of <(<'TDataItem>)>)>
Public classDateFilterDescriptor
Public classDefaultGroupDescriptorCollectionFactory
Public classDefaultGroupFactory<(Of <(<'TDataItem>)>)>
Public classDefaultSortDescriptorCollectionFactory
Public classFilterDescriptor
Public classFilterDescriptorCollection
Public classFilterExpression
Public classFilterExpressionCollection
Represents a collection of FilterExpression objects.
Public classFilterExpressionEnumerator
Public classFilterExpressionException
Public classFilterParameterDictionary
Public classFilterPredicate
Represents a filter predicate
Public classFilterPredicateCollection
Represents a collection of FilterPredicate objects.
Public classFilterValueStringConverter
Public classGroup<(Of <(<'T>)>)>
Public classGroupBuilder<(Of <(<'T>)>)>
Used to build groups from indexer
Public classGroupCollection<(Of <(<'T>)>)>
Public classGroupDescriptor
Public classGroupDescriptorCollection
Public classNotifyCollectionChangedEventArgs
Provides data for the CollectionChanged event.
Public classNotifyCollectionChangingEventArgs
Provides data for the CollectionChanging event.
Public classNotifyPropertyBase
Public classObservableCollection<(Of <(<'T>)>)>
Represents a dynamic data collection that provides notifications when items get added, removed, or when the whole list is refreshed.
Public classParameterValuePair
Public classRadCollectionView<(Of <(<'TDataItem>)>)>
Public classRadDataView<(Of <(<'TDataItem>)>)>
Public classRadListSource<(Of <(<'TDataItem>)>)>
Public classReadOnlyObservableCollection<(Of <(<'T>)>)>
Represents a read-only data collection that provides notifications when the original ObservableCollection<(Of <(<'T>)>)> has changed.
Public classSnapshotCollectionView<(Of <(<'TDataItem>)>)>
Public classSortDescriptor
Public classSortDescriptorCollection

Structures

  StructureDescription
Public structureRange

Interfaces

  InterfaceDescription
Public interfaceICollectionView<(Of <(<'T>)>)>
Public interfaceIDataItem
Public interfaceIDataItemSource
Public interfaceIGroupDescriptorCollectionFactory
Public interfaceIGroupFactory<(Of <(<'T>)>)>
Public interfaceINotifyCollectionChanged
Notifies listeners of dynamic changes, such as when items get added and removed or the whole list is refreshed.
Public interfaceINotifyCollectionChanging
Notifies listeners of dynamic changes, such as when items get added and removed or the whole list is refreshed.
Public interfaceIReadOnlyCollection<(Of <(<'T>)>)>
Public interfaceISnapshotCollectionView<(Of <(<'T>)>)>
Public interfaceISortDescriptorCollectionFactory

Delegates

  DelegateDescription
Public delegateGroupPredicate<(Of <(<'T>)>)>
Public delegateLoadItemHandler
Public delegateNotifyCollectionChangedEventHandler
Represents the method that handles the CollectionChanged event.
Public delegateNotifyCollectionChangingEventHandler
Represents the method that handles the CollectionChanging event.

Enumerations

  EnumerationDescription
Public enumerationCompositeFilterDescriptor..::..DescriptorType
Public enumerationFilterExpression..::..BinaryOperation
Logical operation between two consequetive FilterExpressions
Public enumerationFilterLogicalOperator
Public enumerationFilterOperator
Public enumerationNotifyCollectionChangedAction
Describes the action that caused a CollectionChanged event.