Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ViewProperty.Group Property

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

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