Click or drag to resize
Accord.NET (logo)

RowNamePropertyDescriptor Constructor

Constructs a new Array Property Descriptor.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
public RowNamePropertyDescriptor(
	string name
)
Request Example View Source

Parameters

name
Type: SystemString
A title for the array.
See Also