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

GridGroupSummaryItemCollection.View Property

Gets a View that owns the current GridGroupSummaryItemCollection object.

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 GridGroupSummaryItemCollection object.

See Also