Skip to main content
A newer version of this page is available. .

GroupRowData.GroupValues Property

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public ObservableCollection<GridGroupValueData> GroupValues { get; set; }

Property Value

Type
ObservableCollection<DevExpress.Xpf.Grid.GridGroupValueData>
See Also