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.Captcha 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
AverageAggregateFunction Class
CellAggregateValue Class
Cloneable Class
Comparison Enumeration
Coordinate Structure
CountAggregateFunction Class
DataProviderDescriptionType Enumeration
DataProviderStatus Enumeration
DataProviderStatusChangedEventArgs Class
DateTimeGroupDescription Class
DateTimeStep Enumeration
DescriptionBase Class
DoubleGroupDescription Class
ExpandBehaviorParameters Class
FilterDescription Class
GrandTotalComparer Class
GroupComparer Class
GroupDescription Class
GroupDescriptionBase Class
GroupNameComparer Class
GroupsExpandBehavior Class
GroupType Enumeration
IAggregateDescription Interface
IAggregateResultProvider Interface
IDataProvider Interface
IDescriptionBase Interface
IEditable Interface
IGroup Interface
IGroupDescription Interface
IHierarchyAdapter Interface
IItemExpandBehavior(T) Interface
INamed Interface
IPivotResults Interface
IPivotSettings Interface
IPivotTraceWriter Interface
IReadOnlyList(T) Interface
LocalDataSourceProvider Class
MaxAggregateFunction Class
MinAggregateFunction Class
NullValue Class
NumericFormatAggregateFunction Class
ObjectComparer Class
PivotAxis Enumeration
PivotSerializationHelper Class
PivotTrace Class
PrepareDescriptionForFieldEventArgs Class
ProductAggregateFunction Class
PropertyAggregateDescription Class
PropertyAggregateDescriptionBase Class
PropertyFilterDescription Class
PropertyFilterDescriptionBase Class
PropertyGroupDescription Class
PropertyGroupDescriptionBase Class
SetConditionHashCollection Class
SettingsChangedEventArgs Class
SettingsNode Class
SettingsNodeCollection(T) Class
SortedListSelection Enumeration
SortOrder Enumeration
StatisticalFormatAggregateFunction Class
StdDevAggregateFunction Class
StdDevPAggregateFunction Class
StringTraceWriter Class
SumAggregateFunction Class
TelerikPivotTraceSources Class
VarAggregateFunction Class
VarPAggregateFunction 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.Queryable Namespace
Telerik.Web.UI.PivotGrid.Queryable.Groups Namespace
Telerik.Web.UI.PivotGrid.Xmla 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
GroupType Enumeration
See Also
Send Feedback
RadControls for ASP.NET AJAX
Possible IGroup types.
Namespace:
Telerik.Web.UI.PivotGrid.Core
Assembly:
Telerik.Web.UI
(in Telerik.Web.UI.dll) Version: 2013.2.611.0 (2013.02.0611.0)
Syntax
C#
public
enum
GroupType
Visual Basic
Public
Enumeration
GroupType
Members
Member name
Value
Description
BottomLevel
0
The group has no children and usually an aggregate value is available for it.
GrandTotal
1
The group has aggregated values for all other groups.
Subheading
2
The group contains other groups. Aggregate values may or may not be available.
Subtotal
3
The group contains no subgroups. The aggregate values for this groups parent could be retrieved using this group.
See Also
Telerik.Web.UI.PivotGrid.Core Namespace