DataFormValidationEventArgs.DataObject Property
In This Article
Gets or sets the data object that is associated with the data form.
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public object DataObject { get; }
#Property Value
Type | Description |
---|---|
Object | A data object. |
See Also