Skip to main content

GridControl.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.