[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Data.SpreadDataRowView.GetProperties

GetProperties Method

GetProperties(Attribute[])

Returns the properties for this instance of a component using the attribute array as a filter.

Declaration
public PropertyDescriptorCollection GetProperties(Attribute[] attributes)
Public Function GetProperties(attributes As Attribute()) As PropertyDescriptorCollection
Parameters
Type Name Description
Attribute[] attributes

An array of type Attribute that is used as a filter

Returns
Type Description
PropertyDescriptorCollection

A PropertyDescriptorCollection that represents the filtered properties for this component instance.

Implements

GetProperties()

Returns the properties for this instance of a component.

Declaration
public PropertyDescriptorCollection GetProperties()
Public Function GetProperties() As PropertyDescriptorCollection
Returns
Type Description
PropertyDescriptorCollection

A PropertyDescriptorCollection that represents the properties for this component instance.

Implements