Skip to main content
.NET 6.0+

XafDataViewRecord.GetProperties(Attribute[]) Method

Returns a collection of properties with the specified attributes for this instance of the XafDataViewRecord.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public PropertyDescriptorCollection GetProperties(
    Attribute[] attributes
)

Parameters

Name Type Description
attributes Attribute[]

An array of the Attribute objects which is used as a filter.

Returns

Type Description
PropertyDescriptorCollection

An PropertyDescriptorCollection object which is the collection of properties for this instance of the XafDataViewRecord.

Remarks

You do not need to use this method; it is implemented to support the ICustomTypeDescriptor interface.

See Also