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

WebDataSelection.FilteredCount Property

Gets the number of selected grid rows that meet the filter conditions.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v19.1.dll

Declaration

public int FilteredCount { get; }

Property Value

Type Description
Int32

An integer value that specifies the number of rows.

Remarks

Use the FilteredCount property to get the number of grid rows that meet the filter conditions. To get the number of all selected rows, use the WebDataSelection.Count property.

See Also