RadControls for WinForms

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

Syntax

C#
public static void AddPropertiesDeclaredByType(
	Dictionary<int, RadProperty> properties,
	Type type
)
Visual Basic
Public Shared Sub AddPropertiesDeclaredByType ( _
	properties As Dictionary(Of Integer, RadProperty), _
	type As Type _
)

Parameters

properties
Type: System.Collections.Generic..::..Dictionary<(Of <(<'Int32, RadProperty>)>)>
type
Type: System..::..Type

See Also