Skip to main content

GridColumnSummaryItemCollection.View Property

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

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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