Skip to main content

GridGroupSummaryItemCollection.View Property

Gets a View that owns the current GridGroupSummaryItemCollection object.

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

See Also