DataFormView.GetValue(String) Method
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public object GetValue(
string propertyName
)
Parameters
Name | Type |
---|---|
propertyName | String |
Returns
Type |
---|
Object |
See Also