Class XmlPropertySettingGroupCollection
A collection that stores Xml
Inheritance
Inherited Members
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class XmlPropertySettingGroupCollection : CollectionBase, IList, ICollection, IEnumerable
Constructors
XmlPropertySettingGroupCollection()
Initializes a new instance of Xml
Declaration
public XmlPropertySettingGroupCollection()
XmlPropertySettingGroupCollection(Int32)
Declaration
public XmlPropertySettingGroupCollection(int capacity)
Parameters
System.
|
XmlPropertySettingGroupCollection(XmlPropertySettingGroup[])
Initializes a new instance of Xml
Declaration
public XmlPropertySettingGroupCollection(XmlPropertySettingGroup[] value)
Parameters
Xml A array of Xml |
XmlPropertySettingGroupCollection(XmlPropertySettingGroupCollection)
Initializes a new instance of Xml
Declaration
public XmlPropertySettingGroupCollection(XmlPropertySettingGroupCollection value)
Parameters
Xml A Xml |
Properties
Item[Int32]
Represents the entry at the specified index of the Xml
Declaration
public XmlPropertySettingGroup this[int index] { get; set; }
Parameters
System. The zero-based index of the entry to locate in the collection. |
Property Value
Xml The entry at the specified index of the collection. |
Exceptions
System.
|
Methods
Add(XmlPropertySettingGroup)
Adds a Xml
Declaration
public int Add(XmlPropertySettingGroup value)
Parameters
Xml The Xml |
Returns
System. The index at which the new element was inserted. |
AddRange(XmlPropertySettingGroup[])
Copies the elements of an array to the end of the Xml
Declaration
public void AddRange(XmlPropertySettingGroup[] value)
Parameters
Xml An array of type Xml |
AddRange(XmlPropertySettingGroupCollection)
Adds the contents of another Xml
Declaration
public void AddRange(XmlPropertySettingGroupCollection value)
Parameters
Xml A Xml |
Contains(XmlPropertySettingGroup)
Gets a value indicating whether the
Xml
Declaration
public bool Contains(XmlPropertySettingGroup value)
Parameters
Xml The Xml |
Returns
System. true if the Xml |
CopyTo(XmlPropertySettingGroup[], Int32)
Copies the Xml
Declaration
public void CopyTo(XmlPropertySettingGroup[] array, int index)
Parameters
Xml The one-dimensional System. |
System. The index in |
Exceptions
System.
-or- The number of elements in the Xml |
System.
|
System.
|
GetEnumerator()
Returns an enumerator that can iterate through
the Xml
Declaration
public XmlPropertySettingGroupCollection.XmlPropertySettingGroupEnumerator GetEnumerator()
Returns
IndexOf(XmlPropertySettingGroup)
Returns the index of a Xml
Declaration
public int IndexOf(XmlPropertySettingGroup value)
Parameters
Xml The Xml |
Returns
System. The index of the Xml |
Insert(Int32, XmlPropertySettingGroup)
Inserts a Xml
Declaration
public void Insert(int index, XmlPropertySettingGroup value)
Parameters
System. The zero-based index where |
Xml The Xml |
Remove(XmlPropertySettingGroup)
Removes a specific Xml
Declaration
public void Remove(XmlPropertySettingGroup value)
Parameters
Xml The Xml |
Exceptions
System.
|