Skip to main content

LayoutView.IsCardVisible(Int32) Method

Returns whether the specified card is visible.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v24.1.dll

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

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