Skip to main content

WebDataDetailRows.VisibleCount Property

Gets the number of expanded master rows displayed within all pages.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public int VisibleCount { get; }

Property Value

Type Description
Int32

An integer value that specifies the number of expanded master rows displayed within all pages.

See Also