XPBaseCollection.GetDefaultDisplayableProperties(XPClassInfo) Method
Returns the default value for the XPBaseCollection.DisplayableProperties property for the specified object type.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
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