RadControls for WinForms

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class SelectorCollection : List<IElementSelector>
Visual Basic
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public Class SelectorCollection _
	Inherits List(Of IElementSelector)

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..List<(Of <(<'IElementSelector>)>)>
    Telerik.WinControls..::..SelectorCollection

See Also