Back to Devexpress

GridSummaryItemCollection.View Property

windowsforms-devexpress-dot-xtragrid-dot-gridsummaryitemcollection-28a02ecc.md

latest1.3 KB
Original Source

GridSummaryItemCollection.View Property

Gets the View that owns the current summary item collection.

Namespace : DevExpress.XtraGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public virtual BaseView View { get; }
vb
Public Overridable ReadOnly Property View As BaseView

Property Value

TypeDescription
BaseView

A BaseView descendant representing the View that owns the collection.

|

Remarks

This property value is initialized by the constructor.

See Also

GridSummaryItemCollection Class

GridSummaryItemCollection Members

DevExpress.XtraGrid Namespace