|
ArrayPropertyDescriptor Constructor
|
Constructs a new Array Property Descriptor.
Namespace:
Accord.Controls
Assembly:
Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax public ArrayPropertyDescriptor(
string name,
Type type,
int index
)
Public Sub New (
name As String,
type As Type,
index As Integer
)
Request Example
View SourceParameters
- name
- Type: SystemString
A title for the array. - type
- Type: SystemType
The type of the property being displayed. - index
- Type: SystemInt32
The index to display.
See Also