Skip to main content
All docs
V25.1
  • GridSummaryItemCollection.HasSelectionSummary Property

    Gets whether the collection contains an item that calculates a summary against the selection.

    Namespace: DevExpress.XtraGrid

    Assembly: DevExpress.XtraGrid.v25.1.dll

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

    Declaration

    [Browsable(false)]
    public bool HasSelectionSummary { get; }

    Property Value

    Type Description
    Boolean

    true if the collection contains an item that calculates a summary against the selection; otherwise, false.

    See Also