Skip to main content

DXCollectionView.DisplayMember Property

Gets or sets the name of the data source’s field whose values are displayed as list items.

Namespace: DevExpress.XamarinForms.CollectionView

Assembly: DevExpress.XamarinForms.CollectionView.dll

NuGet Package: DevExpress.XamarinForms.CollectionView

Declaration

public string DisplayMember { get; set; }

Property Value

Type Description
String

The data source’s field name.

See Also