Skip to main content

DataFormItem.FieldName Property

Gets or sets the name of the data object’s property to which the editor is bound. This is a bindable property.

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public string FieldName { get; set; }

Property Value

Type Description
String

The name of the data object’s property.

Remarks

If you need to associate a DataForm item with a DataFormView.DataObject nested property, set this item’s FieldName to a corresponding complex path (e.g., “Address.Street”).

See Also