Skip to main content
A newer version of this page is available. .

XafDataViewRecord.GetProperties() Method

Returns a collection of properties for this instance of the XafDataViewRecord.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public PropertyDescriptorCollection GetProperties()

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