DataFormItem.FieldName Property
Gets or sets the name of the data object’s property to which the editor is bound.
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public string FieldName { get; set; }
Property Value
Type | Description |
---|---|
String | The name of the data object’s property. |
See Also