Skip to main content
.NET 6.0+

XPBaseCollection.GetDefaultDisplayableProperties(XPClassInfo) Method

Returns the default value for the XPBaseCollection.DisplayableProperties property for the specified object type.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public static StringCollection GetDefaultDisplayableProperties(
    XPClassInfo objectInfo
)

Parameters

Name Type Description
objectInfo XPClassInfo

An XPClassInfo object whose properties should be returned.

Returns

Type Description
StringCollection

The default value for the XPBaseCollection.DisplayableProperties property.

Remarks

This member supports the internal infrastructure and is not intended to be used directly from your code.

See Also