Class SplitterCollection
Inheritance
System.Object
SplitterCollection
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class SplitterCollection : ICollection, IEnumerable<SplitterElement>, IEnumerable
Properties
Count
Declaration
public int Count { get; }
Property Value
System.Int32
|
Implements
System.Collections.ICollection.Count
IsSynchronized
Declaration
public bool IsSynchronized { get; }
Property Value
System.Boolean
|
Implements
System.Collections.ICollection.IsSynchronized
Item[Int32]
Declaration
public SplitterElement this[int index] { get; }
Parameters
System.Int32
index
|
Property Value
SplitterElement
|
SyncRoot
Declaration
public object SyncRoot { get; }
Property Value
System.Object
|
Implements
System.Collections.ICollection.SyncRoot
Methods
CopyTo(Array, Int32)
Declaration
public void CopyTo(Array array, int index)
Parameters
System.Array
array
|
System.Int32
index
|
Implements
System.Collections.ICollection.CopyTo(System.Array, System.Int32)
GetEnumerator()
Declaration
public IEnumerator GetEnumerator()
Returns
System.Collections.IEnumerator
|
Implements
System.Collections.IEnumerable.GetEnumerator()
Explicit Interface Implementations
IEnumerable<SplitterElement>.GetEnumerator()
Declaration
IEnumerator<SplitterElement> IEnumerable<SplitterElement>.GetEnumerator()
Returns
System.Collections.Generic.IEnumerator<SplitterElement>
|
Implements
System.Collections.Generic.IEnumerable<T>.GetEnumerator()