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