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

GridControl.FindRowByValueAsync Method

Name Parameters Description
FindRowByValueAsync(ColumnBase, Object) column, value Searches for the value in the column and returns the handle of the corresponding row asynchronously.
FindRowByValueAsync(String, Object) fieldName, value Searches for the value in the column and returns the handle of the corresponding row asynchronously.