Back to Devexpress

DataFormItem.FieldName Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformitem.md

latest1.1 KB
Original Source

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

csharp
public string FieldName { get; set; }

Property Value

TypeDescription
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 (for example, “Address.Street”).

See Also

DataFormItem Class

DataFormItem Members

DevExpress.Maui.DataForm Namespace