Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPBindingSource.DisplayableProperties Property

Gets or sets a list of properties available for binding.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.1.dll

Declaration

public string DisplayableProperties { get; set; }

Property Value

Type Description
String

A string that contains property paths separated by semicolons, for example, “FirstName;LastName;Company.Name;Address.City”.

See Also