Skip to main content

ChipGroup.DisplayMember Property

Gets or sets the data field that specifies the text displayed in chips in this group.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

#Declaration

C#
public string DisplayMember { get; set; }

#Property Value

Type Description
String

A string value that specifies a field name.

See Also