Skip to main content

WebDataDetailRows.IsVisible(Int32) Method

Indicates whether the specified master row, displayed within the active page, is expanded.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public bool IsVisible(
    int visibleIndex
)

Parameters

Name Type Description
visibleIndex Int32

An integer value that identifies the master row by its visible index.

Returns

Type Description
Boolean

true if the specified master row, displayed within the active page, is expanded; otherwise, false.

See Also