|
ArrayRowViewGetProperties Method
|
Gets the values of the multidimensional array as properties.
Namespace:
Accord.Controls
Assembly:
Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax public PropertyDescriptorCollection GetProperties(
Attribute[] attributes
)
Public Function GetProperties (
attributes As Attribute()
) As PropertyDescriptorCollection
Request Example
View SourceParameters
- attributes
- Type: SystemAttribute
Return Value
Type:
PropertyDescriptorCollectionImplements
ICustomTypeDescriptorGetProperties(Attribute)See Also