Back to Devexpress

GroupSummarySortInfoCollection.View Property

windowsforms-devexpress-dot-xtragrid-dot-columns-dot-groupsummarysortinfocollection.md

latest1.4 KB
Original Source

GroupSummarySortInfoCollection.View Property

Gets the View that owns the current collection.

Namespace : DevExpress.XtraGrid.Columns

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public GridView View { get; }
vb
Public ReadOnly Property View As GridView

Property Value

TypeDescription
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

GroupSummarySortInfoCollection Class

GroupSummarySortInfoCollection Members

DevExpress.XtraGrid.Columns Namespace