Method used by control Code Dom serializer to access items in the collection
Namespace: Telerik.WinControlsAssembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)
Syntax
| C# |
|---|
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public virtual RadElement GetChildAt(
int index
) |
| Visual Basic |
|---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Overridable Function GetChildAt ( _
index As Integer _
) As RadElement |
Parameters
- index
- Type: System..::..Int32
Return Value
See Also