Skip to main content
Tab

ASPxVerticalGrid.GetRecordDataObject(Int32) Method

Returns an object that is the specified data row.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public object GetRecordDataObject(
    int visibleIndex
)

#Parameters

Name Type Description
visibleIndex Int32

An integer value that identifies the data row.

#Returns

Type Description
Object

An object that is the specified data row.

#Remarks

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

See Also