XPInstantFeedbackSource.DisplayableProperties Property
Specifies the properties that are available for binding in bound data-aware controls.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
#Property Value
Type | Description |
---|---|
String | A string representing a list of property descriptors, containing property paths separated by semicolons. For example, “First |
#Remarks
The DisplayableProperties property provides a list of the property descriptors available for binding. To learn about property descriptor syntax, refer to the Property Descriptors help topic.
When an empty string is assigned, the DisplayableProperties property is actually set to a string containing all the public properties of the persistent class specified by the XPInstantFeedbackSource.ObjectType property.
Note
The XPInstant
Assign the Displayable