Skip to main content
.NET 6.0+

XafDataViewRecord.GetDefaultProperty() Method

Returns a default property for this instance of the XafDataViewRecord.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public PropertyDescriptor GetDefaultProperty()

Returns

Type Description
PropertyDescriptor

A PropertyDescriptor object which is a default property 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