Skip to main content

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