RadControls for Windows Phone
Search RadControls for Windows Phone 7
Contents
Introduction
Installation
Visual Studio Extensions
Localization
Controls
API Reference
Telerik.Charting Namespace
Telerik.Configuration.Assemblies Namespace
Telerik.Windows Namespace
Telerik.Windows.Controls Namespace
Telerik.Windows.Controls.Animation Namespace
Telerik.Windows.Controls.AutoCompleteTextBox Namespace
Telerik.Windows.Controls.Bulletgraph Namespace
Telerik.Windows.Controls.BusyIndicator Namespace
Telerik.Windows.Controls.Calendar Namespace
Telerik.Windows.Controls.Chart Namespace
Telerik.Windows.Controls.ContextMenu Namespace
Telerik.Windows.Controls.Converters Namespace
Telerik.Windows.Controls.DataBoundListBox Namespace
Telerik.Windows.Controls.DataForm Namespace
Telerik.Windows.Controls.Diagnostics Namespace
Telerik.Windows.Controls.Exceptions Namespace
Telerik.Windows.Controls.GaugesInternal Namespace
Telerik.Windows.Controls.Gestures Namespace
Telerik.Windows.Controls.ImageButton Namespace
Telerik.Windows.Controls.InputPrompt Namespace
Telerik.Windows.Controls.JumpList Namespace
Telerik.Windows.Controls.ListPicker Namespace
Telerik.Windows.Controls.LiveTileHelperData Namespace
Telerik.Windows.Controls.LoopingList Namespace
Telerik.Windows.Controls.MessageBox Namespace
Telerik.Windows.Controls.Pagination Namespace
Telerik.Windows.Controls.PhoneTextBox Namespace
Telerik.Windows.Controls.PickerBox Namespace
Telerik.Windows.Controls.PngEncoder Namespace
Telerik.Windows.Controls.Primitives Namespace
Telerik.Windows.Controls.Rating Namespace
Telerik.Windows.Controls.Reminders Namespace
Telerik.Windows.Controls.Reminders.Trial Namespace
Telerik.Windows.Controls.SlideView Namespace
Telerik.Windows.Controls.TimeSpanPicker Namespace
Telerik.Windows.Controls.ToggleSwitch Namespace
Telerik.Windows.Data Namespace
CollectionViewEnumerationMode Enumeration
CollectionViewObject Class
CurrencyManagementMode Enumeration
CurrentItemChangingEventArgs Class
DataDescriptor Class
DataGroup Class
DataHelper Class
DataOperationType Enumeration
GenericFilterDescriptor(TElement) Class
GenericGroupDescriptor(TElement, TKey) Class
GenericKeyDataDescriptor(TElement, TKey) Class
GenericSortDescriptor(TElement, TKey) Class
ICurrencyManager Interface
IDataSourceGroup Interface
IDataSourceItem Interface
IDescriptorProcessor Interface
INamedDescriptor Interface
ListSortMode Enumeration
PropertyDataDescriptor Class
PropertyGroupDescriptor Class
PropertySortDescriptor Class
SortableDataDescriptor Class
VirtualizingDataCollection Class
VirtualizingDataCollectionItemsLoadingEventArgs Class
For More Help
Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
Code: Visual C++
C#
Visual Basic
Visual C++
RadControls for WindowsPhone
Telerik.Windows.Data Namespace
Send Feedback
Classes
Class
Description
CollectionViewObject
Represents an object that resides within a
RadCollectionViewSource
instance.
CurrentItemChangingEventArgs
Encapsulates the data associated with a
CurrentItemChanging
()
()
()
()
event.
DataDescriptor
Base class for all descriptors that define one of the following data operations: sorting, filtering or grouping.
DataGroup
Represents a group of items, created upon a grouping data operation.
DataHelper
Exposes common data-related operations.
GenericFilterDescriptor
<
(Of
<
(
<'
TElement
>
)
>
)
>
Represents a data descriptor that defines filtering mechanism and uses a generic delegate to see whether an item meets filtering criteria.
GenericGroupDescriptor
<
(Of
<
(
<'
TElement, TKey
>
)
>
)
>
Represents a data descriptor that defines a grouping operation and uses generic delegates to retrieve each item's key.
GenericKeyDataDescriptor
<
(Of
<
(
<'
TElement, TKey
>
)
>
)
>
Base class for all descriptors that perform data operation upon certain keys and use a generic delegate to retrieve each item's key.
GenericSortDescriptor
<
(Of
<
(
<'
TElement, TKey
>
)
>
)
>
Represents a data descriptor that defines a sort operation and uses generic delegates to retrieve each item's key.
PropertyDataDescriptor
Base class for all data descriptors that use a property name to extract data keys.
PropertyGroupDescriptor
Represents a descriptor that defines a grouping data operation and uses the name of the desired property to look-up keys.
PropertySortDescriptor
Represents a descriptor that defines a sorting data operation and uses property to retrieve the keys of each item.
SortableDataDescriptor
Represents a
DataDescriptor
which has knowledge for a sort operation.
VirtualizingDataCollection
Represents a data collection that allows for loading its data items on demand. The collection exposes events and API that notifies the user when data items at specific indexes have to be loaded and allows them to load the data into the collection when it is received.
VirtualizingDataCollectionItemsLoadingEventArgs
Represents a class that holds information about the
ItemsLoading
event.
Interfaces
Interface
Description
ICurrencyManager
Defines a collection that adds support for tracking the current item within the collection.
IDataSourceGroup
Represents a group view model within a collection view source.
IDataSourceItem
Defines a data source view model, used by
RadListSource
.
IDescriptorProcessor
Defines an instance that may perform data operation, using data descriptor.
INamedDescriptor
Defines a
DataDescriptor
instance that is identified by a name.
Enumerations
Enumeration
Description
CollectionViewEnumerationMode
Defines how a
RadCollectionViewSource
instance may be iterated.
CurrencyManagementMode
Specifies the mode used by a
ICurrencyManager
instance to update its
CurrentItem
property.
DataOperationType
Defines the possible data descriptor types.
ListSortMode
Defines the sorting mode within a
SortableDataDescriptor
.