XPBaseCollection.GetDefaultDisplayableProperties(XPClassInfo) Method
Returns the default value for the XPBaseCollection.DisplayableProperties property for the specified object type.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v25.1.dll
NuGet Package: DevExpress.Xpo
Declaration
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