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

GridSummaryItemCollection.View Property

Gets the View that owns the current summary item collection.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v19.2.dll

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