Skip to main content

GroupSummarySortInfoCollection.View Property

Gets the View that owns the current collection.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

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