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

LayoutView.IsCardVisible(Int32) Method

Returns whether the specified card is visible.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public bool IsCardVisible(
    int rowHandle
)

Parameters

Name Type Description
rowHandle Int32

An integer value that represents the row handle identifying the card.

Returns

Type Description
Boolean

true if the specified card is visible; otherwise, false.

See Also