Rad
Controls for ASP.NET AJAX
Search RadControls for ASP.NET AJAX
Contents
Introduction
What's new
Changes and backward compatibility
Licensing
Installation and deployment
RadControls for ASP.NET AJAX Fundamentals
RadControls
Visual StyleBuilder
Visual Studio Extensions
Integrating RadControls in ASPNET MVC
Integrating RadControls in DNN
Testing with Test Studio
Integrating RadControls in Mono
Integrating RadControls in SharePoint
API Reference
Telerik.Charting Namespace
Telerik.Charting.Styles Namespace
Telerik.Web Namespace
Telerik.Web.UI Namespace
Telerik.Web.UI.AsyncUpload Namespace
Telerik.Web.UI.AutoCompleteBox Namespace
Telerik.Web.UI.Barcode Namespace
Telerik.Web.UI.Calendar Namespace
Telerik.Web.UI.Calendar.Collections Namespace
Telerik.Web.UI.Calendar.Utils Namespace
Telerik.Web.UI.Calendar.View Namespace
Telerik.Web.UI.ComboBox Namespace
Telerik.Web.UI.Dialogs Namespace
Telerik.Web.UI.Dictionaries Namespace
Telerik.Web.UI.Dock Namespace
Telerik.Web.UI.Editor Namespace
Telerik.Web.UI.Editor.DialogControls Namespace
Telerik.Web.UI.Editor.Diff Namespace
Telerik.Web.UI.Editor.Export Namespace
Telerik.Web.UI.Editor.MarkdownSharp Namespace
Telerik.Web.UI.Editor.TrackChanges Namespace
Telerik.Web.UI.Export Namespace
Telerik.Web.UI.ExportInfrastructure Namespace
Telerik.Web.UI.FileExplorer Namespace
Telerik.Web.UI.Gauge Namespace
Telerik.Web.UI.Grid.Export Namespace
Telerik.Web.UI.GridExcelBuilder Namespace
Telerik.Web.UI.HtmlChart Namespace
Telerik.Web.UI.HtmlChart.PlotArea Namespace
Telerik.Web.UI.HtmlChart.PlotArea.Series Namespace
Telerik.Web.UI.HtmlChart.PlotArea.Series.SeriesItemCollections Namespace
Telerik.Web.UI.HtmlChart.PlotArea.Series.SeriesItems Namespace
Telerik.Web.UI.HtmlChart.PlotArea.SeriesItemsCollection Namespace
Telerik.Web.UI.ImageEditor Namespace
Telerik.Web.UI.InputManager Namespace
Telerik.Web.UI.ODataSource.Filters Namespace
Telerik.Web.UI.ODataSource.Transport Namespace
Telerik.Web.UI.PersistenceFramework Namespace
Telerik.Web.UI.PivotGrid Namespace
Telerik.Web.UI.PivotGrid.Core Namespace
AggregateDescriptionBase Class
AggregateValue Class
CellAggregateValue Class
Cloneable Class
Comparison Enumeration
Coordinate Structure
DataProviderDescriptionType Enumeration
DataProviderStatus Enumeration
DataProviderStatusChangedEventArgs Class
DateTimeGroupDescription Class
DateTimeStep Enumeration
DescriptionBase Class
DoubleGroupDescription Class
FilterDescription Class
GrandTotalComparer Class
GroupComparer Class
GroupDescription Class
GroupDescriptionBase Class
GroupNameComparer Class
GroupType Enumeration
IAggregateDescription Interface
IAggregateResultProvider Interface
IDataProvider Interface
IDescriptionBase Interface
IEditable Interface
IGroup Interface
IGroupDescription Interface
IHierarchyAdapter Interface
INamed Interface
IPivotResults Interface
IPivotSettings Interface
IPivotTraceWriter Interface
IReadOnlyList(T) Interface
LocalDataSourceProvider Class
NullValue Class
ObjectComparer Class
PivotAxis Enumeration
PivotTrace Class
PrepareDescriptionForFieldEventArgs Class
PropertyAggregateDescription Class
PropertyAggregateDescriptionBase Class
PropertyFilterDescription Class
PropertyFilterDescriptionBase Class
PropertyGroupDescription Class
PropertyGroupDescriptionBase Class
SettingsChangedEventArgs Class
SettingsNode Class
SettingsNodeCollection(T) Class
SortedListSelection Enumeration
SortOrder Enumeration
StringTraceWriter Class
TelerikPivotTraceSources Class
ViewModelBase Class
Telerik.Web.UI.PivotGrid.Core.Aggregates Namespace
Telerik.Web.UI.PivotGrid.Core.DataProviders Namespace
Telerik.Web.UI.PivotGrid.Core.Fields Namespace
Telerik.Web.UI.PivotGrid.Core.Filtering Namespace
Telerik.Web.UI.PivotGrid.Core.Groups Namespace
Telerik.Web.UI.PivotGrid.Core.Olap Namespace
Telerik.Web.UI.PivotGrid.Core.Totals Namespace
Telerik.Web.UI.PivotGrid.DataProviders.Adomd Namespace
Telerik.Web.UI.PivotGrid.DataProviders.Queryable Namespace
Telerik.Web.UI.PivotGrid.DataProviders.Queryable.Groups Namespace
Telerik.Web.UI.PivotGrid.DataProviders.Xmla Namespace
Telerik.Web.UI.PivotGrid.Queryable Namespace
Telerik.Web.UI.PivotGrid.Queryable.Groups Namespace
Telerik.Web.UI.Rotator Namespace
Telerik.Web.UI.Scheduler Namespace
Telerik.Web.UI.SearchBox Namespace
Telerik.Web.UI.SearchBox.Renderers Namespace
Telerik.Web.UI.SocialShare Namespace
Telerik.Web.UI.Spell Namespace
Telerik.Web.UI.Upload Namespace
Telerik.Web.UI.Widgets Namespace
Telerik.Web.Zip Namespace
Telerik.Web.Zip.LZMA Namespace
For More Help
Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
C#
Visual Basic
RadControls for ASP.NET AJAX Documentation
Telerik.Web.UI.PivotGrid.Core Namespace
Send Feedback
RadControls for ASP.NET AJAX
Classes
Class
Description
AggregateDescriptionBase
Represents a base type for aggregate description.
AggregateValue
Holds a value presentation of an aggregate function accumulated during pivot grouping.
CellAggregateValue
Contains the value of an
[!:Telerik.Web.UI.PivotGrid.Core.Aggregates.AggregateValue]
and the
IAggregateDescription
that produced it.
Cloneable
Defines an object that has a modifiable state and a read-only state. Classes that derive from
Cloneable
can clone themselves.
DataProviderStatusChangedEventArgs
Event data for the
StatusChanged
event of all
IDataProvider
types.
DateTimeGroupDescription
Used for
DateTime
values to group items, provide well known groups, sort and filter the groups.
DescriptionBase
Contains mechanisms to access and describe properties of objects used as source in pivot grouping.
DoubleGroupDescription
Used for numeric values to group items, provide well known groups, sort and filter the groups.
FilterDescription
Base class for
FilterDescription
.
GrandTotalComparer
Used for
IGroup
comparison based on their grand totals.
GroupComparer
A base class for
IGroup
comparers.
GroupDescription
Used to group items, provide well known groups, sort and filter the groups.
GroupDescriptionBase
Base class for GroupDescription.
GroupNameComparer
Used for
IGroup
comparison based on their
Name
s.
LocalDataSourceProvider
Provides a pivot grouping access to local source such as an IList of instances of user defined classes.
NullValue
Object that represents Group with null value.
ObjectComparer
Exposes a method that compares two objects.
PivotTrace
Exposes RadPivotGrid-related trace infrastructure.
PrepareDescriptionForFieldEventArgs
Provides data for the
[E:PrepareDescriptionForField]
event.
PropertyAggregateDescription
Describes the aggregation of items using a property name as the criteria.
PropertyAggregateDescriptionBase
Base class that describes the aggregation of items using a property name as the criteria.
PropertyFilterDescription
Report
FilterDescription
implementation.
PropertyFilterDescriptionBase
Report
FilterDescription
implementation.
PropertyGroupDescription
Used to group items, provide well known groups, sort and filter the groups for a
LocalDataSourceProvider
based on the item's
PropertyName
value.
PropertyGroupDescriptionBase
Base class used to group items, provide well known groups, sort and filter the groups for a
LocalDataSourceProvider
based on the item's
PropertyName
value.
SettingsChangedEventArgs
Provides data for the
SettingsChanged
event.
SettingsNode
Base class that support
Clone
()
()
()
()
Clone and
INotifyPropertyChanged
.
SettingsNodeCollection
<
(Of
<
(
<'
T
>
)
>
)
>
A Collection of
SettingsNode
items. Tunnels events from the items to the
Parent
. Does not raises
SettingsChanged
on collection change.
StringTraceWriter
Trace writer that writes all trace messages to a string.
TelerikPivotTraceSources
Provides debug tracing support that is specifically targeted for applications that use Telerik pivot components.
ViewModelBase
Base class for all ViewModel classes. It provides support for property change notifications and has a DisplayName property. This class is abstract.
Structures
Structure
Description
Coordinate
An unique point determined by two
IGroup
s - the
RowGroup
and the
ColumnGroup
.
Interfaces
Interface
Description
IAggregateDescription
Specify the set of properties and methods that a AggregateDescription should implement.
IAggregateResultProvider
This interface provides access to the
IGroup
s and intermediate
AggregateValue
s accumulated during a pivot grouping process.
IDataProvider
Provides data access for pivot grouping.
IDescriptionBase
Base interface for describing FilterDescription, GroupDescription and AggregateDescription.
IEditable
Specifies that this object supports a simple, transacted notification for change initialization.
IGroup
A pivot group abstraction.
IGroupDescription
Interface that describe GroupDescription.
IHierarchyAdapter
Describes a hierarchy.
INamed
Specifies that the object has a display friendly name to be used for UI purposes.
IPivotResults
This interface provides access to the
IGroup
s and
AggregateValue
s accumulated during a pivot grouping process.
IPivotSettings
Represents an interface for controlling pivot settings like group descriptions, aggregate descriptions, etc.
IPivotTraceWriter
Represents a trace writer for RadPivotGrid-related information.
IReadOnlyList
<
(Of
<
(
<'
T
>
)
>
)
>
An read only list.
Enumerations
Enumeration
Description
Comparison
A list of all possible filtering conditions used in
[!:ComparisonCondition]
.
DataProviderDescriptionType
Specifies description type.
DataProviderStatus
An
IDataProvider
status.
DateTimeStep
Grouping steps for groups based on
DateTime
values.
GroupType
Possible IGroup types.
PivotAxis
Identifies a pivot grouping axis - rows or columns.
SortedListSelection
Identifies a location of a subset of items in a sorted list.
SortOrder
Specifies how items are sorted.