XPBindingSource.DisplayableProperties Property
Gets or sets a list of properties available for binding.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
String | A string that contains property paths separated by semicolons, for example, “FirstName;LastName;Company.Name;Address.City”. |
See Also