New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class SelectorCollection : List<IElementSelector>, IList, ICollection, IEnumerable

Inheritance: objectList<IElementSelector>SelectorCollection

Implements: ICollectionIEnumerableIList

Constructors

Initializes a new instance of the SelectorCollection class.

C#
public SelectorCollection()

Initializes a new instance of the SelectorCollection class.

C#
public SelectorCollection(int capacity)
Parameters:capacityint