|
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
)
Public Sub New (
name As String
)
Request Example
View SourceParameters
- name
- Type: SystemString
A title for the array.
See Also