Back to Devexpress

GridColumnSummaryItemCollection.View Property

windowsforms-devexpress-dot-xtragrid-dot-gridcolumnsummaryitemcollection.md

latest1.4 KB
Original Source

GridColumnSummaryItemCollection.View Property

Gets the View that owns the current column, and therefore, the current summary collection.

Namespace : DevExpress.XtraGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public override BaseView View { get; }
vb
Public Overrides ReadOnly Property View As BaseView

Property Value

TypeDescription
BaseView

A BaseView descendant that owns the current column, and therefore, the current summary collection.

|

See Also

BaseView

GridColumnSummaryItemCollection Class

GridColumnSummaryItemCollection Members

DevExpress.XtraGrid Namespace