Skip to main content
.NET 8.0+

ViewProperty.Group Property

Gets or sets whether the view is grouped by the values of this property (column).

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.2.dll

NuGet Package: DevExpress.Xpo

#Declaration

[DefaultValue(false)]
public bool Group { get; set; }

#Property Value

Type Default Description
Boolean false

true to group the view by the values of this property; otherwise, false.

See Also