RadControls for WinForms

Allows enumerating of this element's children, using the specified options.

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.2.612.40 (2013.2.612.40)

Syntax

C#
public IEnumerable<RadElement> GetChildren(
	ChildrenListOptions options
)
Visual Basic
Public Function GetChildren ( _
	options As ChildrenListOptions _
) As IEnumerable(Of RadElement)

Return Value

See Also