LayoutView.IsCardVisible(Int32) Method
Returns whether the specified card is visible.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v22.2.dll
NuGet Package: DevExpress.Win.Grid
Declaration
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