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