Skip to main content

DataFormPropertyGenerationEventHandler Delegate

A method that will handle the DataFormView.GeneratePropertyItem event.

Namespace: DevExpress.XamarinForms.DataForm

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public delegate void DataFormPropertyGenerationEventHandler(
    object sender,
    DataFormPropertyGenerationEventArgs e
);

Parameters

Name Type
sender Object
e DataFormPropertyGenerationEventArgs
See Also