Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .

DataFormPropertyGenerationEventHandler Delegate

A method that will handle the DataFormView.GeneratePropertyItem event.

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

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

Parameters

Name Type Description
sender Object

A sender.

e DataFormPropertyGenerationEventArgs

Event arguments.

See Also