Converts custom node items to a collection of DataTreeGridItem objects (as required by Items properties of DataTreeGrid component).
Namespace:
DlhSoft.Windows.Controls
Assembly:
DlhSoft.HierarchicalData.LightWPF.Controls (in DlhSoft.HierarchicalData.LightWPF.Controls.dll)
Syntax
C# |
---|
public Object Convert( Object value, Type targetType, Object parameter, CultureInfo culture ) |
Visual Basic (Declaration) |
---|
Public Function Convert ( _ value As Object, _ targetType As Type, _ parameter As Object, _ culture As CultureInfo _ ) As Object |
Parameters
- value
- Type: System..::..Object
- targetType
- Type: System..::..Type
- parameter
- Type: System..::..Object
- culture
- Type: System.Globalization..::..CultureInfo