New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
Count
IsSynchronized
SyncRoot
array
index
Telerik.Web.UI.RadDataFormDataKeyArray
Class representing a collection of Telerik.Web.UI.RadDataForm data key values.
Inheritance Hierarchy
- System.Object
- Telerik.Web.UI.RadDataFormDataKeyArray : ICollection, IEnumerable, IStateManager
Properties
Count Int32
Gets the number of elements contained in the .
IsSynchronized Boolean
Gets a value indicating whether access to the is synchronized (thread safe).
SyncRoot Object
Gets an object that can be used to synchronize access to the .
Methods
CopyTo
Copies all the elements of the current one-dimensional Array to the specified one-dimensional Array.
Parameters
array Telerik.Web.UI.DataKey
The array to be coppied.
index System.Int32
The index where it will be copied.
Returns
System.Void