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

XPObjectSourceProperty.Group Property

Specifies if the XPObjectSourcePropertiesCollection should be sorted by the current XPObjectSourceProperty.

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, if the collection should be grouped by the current property; otherwise, false.

See Also