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

FilterListPickerItemBase.FieldName Property

Gets or sets the data source field name whose values the data control uses to filter its items. This is a bindable property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public string FieldName { get; set; }

Property Value

Type Description
String

The name of a data source field.

See Also