Back to Devexpress

DataFormView.Groups Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformview-fed94706.md

latest1017 B
Original Source

DataFormView.Groups Property

Gets the collection of the DataFormView groups.

Namespace : DevExpress.Maui.DataForm

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public ObservableCollection<DataFormGroup> Groups { get; }

Property Value

TypeDescription
ObservableCollection<DataFormGroup>

The collection of the DataFormView groups.

|

See Also

DataFormView Class

DataFormView Members

DevExpress.Maui.DataForm Namespace