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