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