Skip to main content
Tab

ASPxCardView.GetRow(Int32) Method

Returns an object that represents the specified card.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public object GetRow(
    int visibleIndex
)

#Parameters

Name Type Description
visibleIndex Int32

An integer value that identifies the card.

#Returns

Type Description
Object

An object that represents the specified card.

#Remarks

The GetRow method returns an object that represents a record in a data source. To do this, the ASPxCardView must be bound to a data source. Otherwise, if the grid isn’t bound, the GetRow method automatically calls the grid’s ASPxWebControl.DataBind method.

See Also