DataFormPropertyGenerationEventArgs.Item Property
In This Article
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
C#
public DataFormItem Item { get; }
#Property Value
Type | Description |
---|---|
Data |
The item that is generated by the Data |
See Also