Creates a new instance of the Header class and populates it with Columns by parsing PropertyDescriptorCollection.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public static Header FromPropertyDescriptorCollection(
	PropertyDescriptorCollection propertyCollecion
)
Visual Basic
Public Shared Function FromPropertyDescriptorCollection ( 
	propertyCollecion As PropertyDescriptorCollection
) As Header
Visual C++
public:
static Header^ FromPropertyDescriptorCollection(
	PropertyDescriptorCollection^ propertyCollecion
)
F#
static member FromPropertyDescriptorCollection : 
        propertyCollecion : PropertyDescriptorCollection -> Header 

Parameters

propertyCollecion
Type: System.ComponentModel..::..PropertyDescriptorCollection
Collection of PropertyDescriptors.

Return Value

Type: Header
A Header's instance

See Also