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

GroupSummarySortInfoCollection.View Property

Gets the View that owns the current collection.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public GridView View { get; }

Property Value

Type Description
GridView

A GridView object or a descendant that represents the View that owns the collection.

Remarks

This property is initialized by the constructor.

See Also