XPBindingSource.DisplayableProperties Property
Gets or sets a list of properties available for binding.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
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