Skip to main content

DataFormPropertyGenerationEventArgs.Item Property

Gets the item that is generated by the DataFormView control.

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public DataFormItem Item { get; }

Property Value

Type Description
DataFormItem

The item that is generated by the DataFormView control.

See Also