DataFormView.Groups Property
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public ObservableCollection<DataFormGroup> Groups { get; }
Property Value
Type |
---|
ObservableCollection<DataFormGroup> |
See Also