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

GridColumnSummaryItemCollection.View Property

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

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public override BaseView View { get; }

Property Value

Type Description
BaseView

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

See Also