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

DataFormView.GeneratePropertyItem Event

Occurs when the DataFormView control generates an item.

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public event DataFormPropertyGenerationEventHandler GeneratePropertyItem

Event Data

The GeneratePropertyItem event's data class is DataFormPropertyGenerationEventArgs. The following properties provide information specific to this event:

Property Description
Item Gets the item that is generated by the DataFormView control.
See Also