Skip to main content
A newer version of this page is available. .

FilterListPickerItemBase.ValueMember Property

Gets or sets the name of a data field that contains values actually assigned to list items. This is a bindable property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public string ValueMember { get; set; }

Property Value

Type Description
String

The data source field name.

See Also