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

DataControlBase.FindRowByValue Method

Name Parameters Description
FindRowByValue(ColumnBase, Object) column, value Searches for the value in the column and returns the handle of the corresponding row. This is a dependency property.
FindRowByValue(String, Object) fieldName, value Searches for the value in the column and returns the handle of the corresponding row. This is a dependency property.