XPBaseCollection.GetDefaultDisplayableProperties(XPClassInfo) Method
In This Article
Returns the default value for the XPBaseCollection.DisplayableProperties property for the specified object type.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public static StringCollection GetDefaultDisplayableProperties(
XPClassInfo objectInfo
)
#Parameters
Name | Type | Description |
---|---|---|
object |
XPClass |
An XPClass |
#Returns
Type | Description |
---|---|
String |
The default value for the XPBase |
#Remarks
This member supports the internal infrastructure and is not intended to be used directly from your code.
See Also