Skip to main content

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. This is a dependency property.
FindRowByValueAsync(String, Object) fieldName, value Searches for the value in the column and returns the handle of the corresponding row asynchronously. This is a dependency property.