DataFormView.Items Property
Gets the collection of the data form’s editors.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public ObservableCollection<DataFormItem> Items { get; }
Property Value
Type | Description |
---|---|
ObservableCollection<DataFormItem> | The collection of the data form’s editors. |
See Also