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.DropDownTree 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
AlignmentStyleElement Class
AttributesCollection Class
AutoFilterAndElement Class
AutoFilterColumnElement Class
AutoFilterConditionElement Class
AutoFilterElement Class
AutoFilterOptions Enumeration
AutoFilterOrElement Class
BorderStyles Class
BorderStylesCollection Class
CellElement Class
CellProtectionElement Class
CellsCollection Class
ColumnElement Class
ColumnsCollection Class
DataElement Class
DataType Enumeration
DataTypeConvertor Class
FilterConditionOperator Enumeration
FontStyleElement Class
GridExcelMLExportRowCreatedEventHandler Delegate
GridExcelMLExportStylesCreatedEventHandler Delegate
GridExcelMLWorkBookCreatedEventArgs Class
GridExportExcelMLRowCreatedArgs Class
GridExportExcelMLRowType Enumeration
GridExportExcelMLStyleCreatedArgs Class
HorizontalAlignmentType Enumeration
IBorderStylesCollection Interface
IColumnsCollection Interface
InteriorPatternType Enumeration
InteriorStyleElement Class
IRowsCollection Interface
IStylesCollection Interface
IStylesCollection Members
IStylesCollection Methods
Add Method
Contains Method
CopyTo Method
IndexOf Method
Insert Method
Remove Method
IStylesCollection Properties
LineStyle Enumeration
NumberFormatStyleElement Class
NumberFormatType Enumeration
PageFooterElement Class
PageHeaderElement Class
PageLayoutElement Class
PageMarginsElement Class
PageOrientationType Enumeration
PageSetupElement Class
PositionType Enumeration
PrintElement Class
RowElement Class
RowsCollection Class
StyleElement Class
StylesCollection Class
StylesElement Class
TableElement Class
Utils Class
VerticalAlignmentType Enumeration
WorkBook Class
WorksheetCollection Class
WorksheetElement Class
WorksheetOptionsElement Class
Telerik.Web.UI.HtmlChart Namespace
Telerik.Web.UI.HtmlChart.PlotArea Namespace
Telerik.Web.UI.HtmlChart.PlotArea.Series 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
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
Members: Show All
Members: Filtered
Members: Filtered
Members: Filtered
C#
Visual Basic
Include Protected Members
Include Inherited Members
RadControls for ASP.NET AJAX Documentation
IStylesCollection Methods
IStylesCollection Interface
See Also
Send Feedback
RadControls for ASP.NET AJAX
The
IStylesCollection
type exposes the following members.
Methods
Name
Description
Add(Object)
Adds an item to the
IList
.
(Inherited from
IList
.)
Add(StyleElement)
Clear
Removes all items from the
IList
.
(Inherited from
IList
.)
Contains(Object)
Determines whether the
IList
contains a specific value.
(Inherited from
IList
.)
Contains(StyleElement)
CopyTo(Array, Int32)
Copies the elements of the
ICollection
to an
Array
, starting at a particular
Array
index.
(Inherited from
ICollection
.)
CopyTo(
array<
StyleElement
>
[]
()
[]
[]
, Int32)
GetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from
IEnumerable
.)
IndexOf(Object)
Determines the index of a specific item in the
IList
.
(Inherited from
IList
.)
IndexOf(StyleElement)
Insert(Int32, Object)
Inserts an item to the
IList
at the specified index.
(Inherited from
IList
.)
Insert(Int32, StyleElement)
Remove(Object)
Removes the first occurrence of a specific object from the
IList
.
(Inherited from
IList
.)
Remove(StyleElement)
RemoveAt
Removes the
IList
item at the specified index.
(Inherited from
IList
.)
See Also
IStylesCollection Interface
Telerik.Web.UI.GridExcelBuilder Namespace