Back to Devexpress

DataFormView.GeneratePropertyItem Event

maui-devexpress-dot-maui-dot-dataform-dot-dataformview-d1de2280.md

latest1.2 KB
Original Source

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

csharp
public event DataFormPropertyGenerationEventHandler GeneratePropertyItem

Event Data

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

PropertyDescription
ItemGets the item that is generated by the DataFormView control.

See Also

DataFormView Class

DataFormView Members

DevExpress.Maui.DataForm Namespace