Skip to main content

DataFormPropertyValidationEventArgs.PropertyName Property

Gets the name of the processed data field (property).

Namespace: DevExpress.XamarinForms.DataForm

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public string PropertyName { get; }

Property Value

Type Description
String

A value that specifies a data field name.

See Also