Skip to main content

GridSummaryItemCollection.View Property

Gets the View that owns the current summary item collection.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public virtual BaseView View { get; }

Property Value

Type Description
BaseView

A BaseView descendant representing the View that owns the collection.

Remarks

This property value is initialized by the constructor.

See Also